From a359728fe70bc859ec09608372ca7e8c1f508827 Mon Sep 17 00:00:00 2001 From: Anna Saiapina Date: Tue, 24 Sep 2024 14:48:41 +0000 Subject: [PATCH] Add mappings for agent status table --- definitions/sources/MAPPING_AGENT_REASON_CODE.sqlx | 6 ++++++ definitions/sources/MAPPING_AGENT_STATE_GROUP.sqlx | 6 ++++++ definitions/sources/MAPPING_AGENT_STATE_GROUP_ID.sqlx | 6 ++++++ ...MAPPING_AGENT_STATE.sqlx => MAPPING_AGENT_STATE_ID.sqlx} | 2 +- 4 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 definitions/sources/MAPPING_AGENT_REASON_CODE.sqlx create mode 100644 definitions/sources/MAPPING_AGENT_STATE_GROUP.sqlx create mode 100644 definitions/sources/MAPPING_AGENT_STATE_GROUP_ID.sqlx rename definitions/sources/{MAPPING_AGENT_STATE.sqlx => MAPPING_AGENT_STATE_ID.sqlx} (65%) diff --git a/definitions/sources/MAPPING_AGENT_REASON_CODE.sqlx b/definitions/sources/MAPPING_AGENT_REASON_CODE.sqlx new file mode 100644 index 0000000..13084f2 --- /dev/null +++ b/definitions/sources/MAPPING_AGENT_REASON_CODE.sqlx @@ -0,0 +1,6 @@ +config { + type: "declaration", + schema: "pphe_five9_raw", + name: "MAPPING_AGENT_REASON_CODE", + description: "" + } \ No newline at end of file diff --git a/definitions/sources/MAPPING_AGENT_STATE_GROUP.sqlx b/definitions/sources/MAPPING_AGENT_STATE_GROUP.sqlx new file mode 100644 index 0000000..21d219e --- /dev/null +++ b/definitions/sources/MAPPING_AGENT_STATE_GROUP.sqlx @@ -0,0 +1,6 @@ +config { + type: "declaration", + schema: "pphe_five9_raw", + name: "MAPPING_AGENT_STATE_GROUP", + description: "" + } \ No newline at end of file diff --git a/definitions/sources/MAPPING_AGENT_STATE_GROUP_ID.sqlx b/definitions/sources/MAPPING_AGENT_STATE_GROUP_ID.sqlx new file mode 100644 index 0000000..6a20c88 --- /dev/null +++ b/definitions/sources/MAPPING_AGENT_STATE_GROUP_ID.sqlx @@ -0,0 +1,6 @@ +config { + type: "declaration", + schema: "pphe_five9_raw", + name: "MAPPING_AGENT_STATE_GROUP_ID", + description: "" + } \ No newline at end of file diff --git a/definitions/sources/MAPPING_AGENT_STATE.sqlx b/definitions/sources/MAPPING_AGENT_STATE_ID.sqlx similarity index 65% rename from definitions/sources/MAPPING_AGENT_STATE.sqlx rename to definitions/sources/MAPPING_AGENT_STATE_ID.sqlx index 9be18a0..e233ad7 100644 --- a/definitions/sources/MAPPING_AGENT_STATE.sqlx +++ b/definitions/sources/MAPPING_AGENT_STATE_ID.sqlx @@ -1,6 +1,6 @@ config { type: "declaration", schema: "pphe_five9_raw", - name: "MAPPING_AGENT_STATE", + name: "MAPPING_AGENT_STATE_ID", description: "" } \ No newline at end of file