From 403a5ba8d3a57d583f251440db7f436a29f2c3a3 Mon Sep 17 00:00:00 2001 From: Anna Saiapina Date: Mon, 18 Nov 2024 16:04:34 +0000 Subject: [PATCH] Add new source tables --- definitions/sources/MAPPING_CSC_AGENT.sqlx | 6 ++++++ definitions/sources/csc_rev_changes.sqlx | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 definitions/sources/MAPPING_CSC_AGENT.sqlx create mode 100644 definitions/sources/csc_rev_changes.sqlx diff --git a/definitions/sources/MAPPING_CSC_AGENT.sqlx b/definitions/sources/MAPPING_CSC_AGENT.sqlx new file mode 100644 index 0000000..f59145b --- /dev/null +++ b/definitions/sources/MAPPING_CSC_AGENT.sqlx @@ -0,0 +1,6 @@ +config { + type: "declaration", + schema: "pphe_five9_raw", + name: "MAPPING_CSC_AGENT", + description: "" + } \ No newline at end of file diff --git a/definitions/sources/csc_rev_changes.sqlx b/definitions/sources/csc_rev_changes.sqlx new file mode 100644 index 0000000..654660d --- /dev/null +++ b/definitions/sources/csc_rev_changes.sqlx @@ -0,0 +1,6 @@ +config { + type: "declaration", + schema: "pphe_five9_raw", + name: "csc_rev_changes_*", + description: "" + } \ No newline at end of file