commit ee384529232016a5b16ea1c5ae0887fc062a26eb Author: Anna Saiapina Date: Fri Feb 23 09:38:40 2024 +0000 Adding sources from raw diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c2658d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ diff --git a/dataform.json b/dataform.json new file mode 100644 index 0000000..19e1348 --- /dev/null +++ b/dataform.json @@ -0,0 +1,8 @@ +{ + "defaultSchema": "dataform", + "assertionSchema": "dataform_assertions", + "warehouse": "bigquery", + "defaultDatabase": "five9-405115", + "defaultLocation": "EU" +} + \ No newline at end of file diff --git a/definitions/sources/CALL_L30D.sqlx b/definitions/sources/CALL_L30D.sqlx new file mode 100644 index 0000000..2a0c8b0 --- /dev/null +++ b/definitions/sources/CALL_L30D.sqlx @@ -0,0 +1,6 @@ +config { + type: "declaration", + schema: "pphe_five9_raw", + name: "CALL_L30D", + description: "" + } \ No newline at end of file diff --git a/definitions/sources/DIGITAL_L30D.sqlx b/definitions/sources/DIGITAL_L30D.sqlx new file mode 100644 index 0000000..9f477cf --- /dev/null +++ b/definitions/sources/DIGITAL_L30D.sqlx @@ -0,0 +1,6 @@ +config { + type: "declaration", + schema: "pphe_five9_raw", + name: "DIGITAL_L30D", + description: "" + } \ No newline at end of file diff --git a/definitions/sources/MAPPING_AGENT_GROUP.sqlx b/definitions/sources/MAPPING_AGENT_GROUP.sqlx new file mode 100644 index 0000000..437d443 --- /dev/null +++ b/definitions/sources/MAPPING_AGENT_GROUP.sqlx @@ -0,0 +1,6 @@ +config { + type: "declaration", + schema: "pphe_five9_raw", + name: "MAPPING_AGENT_GROUP", + description: "" + } \ No newline at end of file diff --git a/definitions/sources/MAPPING_CAMPAIGN.sqlx b/definitions/sources/MAPPING_CAMPAIGN.sqlx new file mode 100644 index 0000000..995b81d --- /dev/null +++ b/definitions/sources/MAPPING_CAMPAIGN.sqlx @@ -0,0 +1,6 @@ +config { + type: "declaration", + schema: "pphe_five9_raw", + name: "MAPPING_CAMPAIGN", + description: "" + } \ No newline at end of file diff --git a/definitions/sources/MAPPING_CAMPAIGN_GROUP.sqlx b/definitions/sources/MAPPING_CAMPAIGN_GROUP.sqlx new file mode 100644 index 0000000..c17ae79 --- /dev/null +++ b/definitions/sources/MAPPING_CAMPAIGN_GROUP.sqlx @@ -0,0 +1,6 @@ +config { + type: "declaration", + schema: "pphe_five9_raw", + name: "MAPPING_CAMPAIGN_GROUP", + description: "" + } \ No newline at end of file diff --git a/definitions/sources/MAPPING_CAMPAIGN_GROUP_ID.sqlx b/definitions/sources/MAPPING_CAMPAIGN_GROUP_ID.sqlx new file mode 100644 index 0000000..ab62ed5 --- /dev/null +++ b/definitions/sources/MAPPING_CAMPAIGN_GROUP_ID.sqlx @@ -0,0 +1,6 @@ +config { + type: "declaration", + schema: "pphe_five9_raw", + name: "MAPPING_CAMPAIGN_GROUP_ID", + description: "" + } \ No newline at end of file diff --git a/definitions/sources/MAPPING_CAMPAIGN_TYPE.sqlx b/definitions/sources/MAPPING_CAMPAIGN_TYPE.sqlx new file mode 100644 index 0000000..fa1d098 --- /dev/null +++ b/definitions/sources/MAPPING_CAMPAIGN_TYPE.sqlx @@ -0,0 +1,6 @@ +config { + type: "declaration", + schema: "pphe_five9_raw", + name: "MAPPING_CAMPAIGN_TYPE", + description: "" + } \ No newline at end of file diff --git a/definitions/sources/MAPPING_DISPOSITION_GROUP_ID.sqlx b/definitions/sources/MAPPING_DISPOSITION_GROUP_ID.sqlx new file mode 100644 index 0000000..e7d3cc4 --- /dev/null +++ b/definitions/sources/MAPPING_DISPOSITION_GROUP_ID.sqlx @@ -0,0 +1,6 @@ +config { + type: "declaration", + schema: "pphe_five9_raw", + name: "MAPPING_DISPOSITION_GROUP_ID", + description: "" + } \ No newline at end of file diff --git a/definitions/sources/MAPPING_DISPOSITION_ID.sqlx b/definitions/sources/MAPPING_DISPOSITION_ID.sqlx new file mode 100644 index 0000000..44d5312 --- /dev/null +++ b/definitions/sources/MAPPING_DISPOSITION_ID.sqlx @@ -0,0 +1,6 @@ +config { + type: "declaration", + schema: "pphe_five9_raw", + name: "MAPPING_DISPOSITION_ID", + description: "" + } \ No newline at end of file diff --git a/definitions/sources/MAPPING_DISPOSITION_ID_GROUP.sqlx b/definitions/sources/MAPPING_DISPOSITION_ID_GROUP.sqlx new file mode 100644 index 0000000..5cf8a54 --- /dev/null +++ b/definitions/sources/MAPPING_DISPOSITION_ID_GROUP.sqlx @@ -0,0 +1,6 @@ +config { + type: "declaration", + schema: "pphe_five9_raw", + name: "MAPPING_DISPOSITION_ID_GROUP", + description: "" + } \ No newline at end of file diff --git a/definitions/sources/MAPPING_LANGUAGES.sqlx b/definitions/sources/MAPPING_LANGUAGES.sqlx new file mode 100644 index 0000000..456a30b --- /dev/null +++ b/definitions/sources/MAPPING_LANGUAGES.sqlx @@ -0,0 +1,6 @@ +config { + type: "declaration", + schema: "pphe_five9_raw", + name: "MAPPING_LANGUAGES", + description: "" + } \ No newline at end of file diff --git a/definitions/sources/MAPPING_MEDIA_TYPE.sqlx b/definitions/sources/MAPPING_MEDIA_TYPE.sqlx new file mode 100644 index 0000000..b78923c --- /dev/null +++ b/definitions/sources/MAPPING_MEDIA_TYPE.sqlx @@ -0,0 +1,6 @@ +config { + type: "declaration", + schema: "pphe_five9_raw", + name: "MAPPING_MEDIA_TYPE", + description: "" + } \ No newline at end of file diff --git a/definitions/sources/MAPPING_SKILL.sqlx b/definitions/sources/MAPPING_SKILL.sqlx new file mode 100644 index 0000000..8a9a2a7 --- /dev/null +++ b/definitions/sources/MAPPING_SKILL.sqlx @@ -0,0 +1,6 @@ +config { + type: "declaration", + schema: "pphe_five9_raw", + name: "MAPPING_SKILL", + description: "" + } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..72bd8e8 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,25 @@ +{ + "name": "five9", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "five9", + "dependencies": { + "@dataform/core": "2.8.3" + } + }, + "node_modules/@dataform/core": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/@dataform/core/-/core-2.8.3.tgz", + "integrity": "sha512-YNWMIJYxhEURICf3+7Oxi4X2ZyNtSd7guGwE9F1gRfqMXuAPFxWGU1IUUEzRPEXDOjThW5bNBm8hLESKRtkLHg==" + } + }, + "dependencies": { + "@dataform/core": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/@dataform/core/-/core-2.8.3.tgz", + "integrity": "sha512-YNWMIJYxhEURICf3+7Oxi4X2ZyNtSd7guGwE9F1gRfqMXuAPFxWGU1IUUEzRPEXDOjThW5bNBm8hLESKRtkLHg==" + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..f7c4fea --- /dev/null +++ b/package.json @@ -0,0 +1,6 @@ +{ + "name": "five9", + "dependencies": { + "@dataform/core": "2.8.3" + } +}