Adding sources from raw

This commit is contained in:
Anna Saiapina 2024-02-23 09:38:40 +00:00 committed by GCP Dataform
commit ee38452923
17 changed files with 118 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules/

8
dataform.json Normal file
View File

@ -0,0 +1,8 @@
{
"defaultSchema": "dataform",
"assertionSchema": "dataform_assertions",
"warehouse": "bigquery",
"defaultDatabase": "five9-405115",
"defaultLocation": "EU"
}

View File

@ -0,0 +1,6 @@
config {
type: "declaration",
schema: "pphe_five9_raw",
name: "CALL_L30D",
description: ""
}

View File

@ -0,0 +1,6 @@
config {
type: "declaration",
schema: "pphe_five9_raw",
name: "DIGITAL_L30D",
description: ""
}

View File

@ -0,0 +1,6 @@
config {
type: "declaration",
schema: "pphe_five9_raw",
name: "MAPPING_AGENT_GROUP",
description: ""
}

View File

@ -0,0 +1,6 @@
config {
type: "declaration",
schema: "pphe_five9_raw",
name: "MAPPING_CAMPAIGN",
description: ""
}

View File

@ -0,0 +1,6 @@
config {
type: "declaration",
schema: "pphe_five9_raw",
name: "MAPPING_CAMPAIGN_GROUP",
description: ""
}

View File

@ -0,0 +1,6 @@
config {
type: "declaration",
schema: "pphe_five9_raw",
name: "MAPPING_CAMPAIGN_GROUP_ID",
description: ""
}

View File

@ -0,0 +1,6 @@
config {
type: "declaration",
schema: "pphe_five9_raw",
name: "MAPPING_CAMPAIGN_TYPE",
description: ""
}

View File

@ -0,0 +1,6 @@
config {
type: "declaration",
schema: "pphe_five9_raw",
name: "MAPPING_DISPOSITION_GROUP_ID",
description: ""
}

View File

@ -0,0 +1,6 @@
config {
type: "declaration",
schema: "pphe_five9_raw",
name: "MAPPING_DISPOSITION_ID",
description: ""
}

View File

@ -0,0 +1,6 @@
config {
type: "declaration",
schema: "pphe_five9_raw",
name: "MAPPING_DISPOSITION_ID_GROUP",
description: ""
}

View File

@ -0,0 +1,6 @@
config {
type: "declaration",
schema: "pphe_five9_raw",
name: "MAPPING_LANGUAGES",
description: ""
}

View File

@ -0,0 +1,6 @@
config {
type: "declaration",
schema: "pphe_five9_raw",
name: "MAPPING_MEDIA_TYPE",
description: ""
}

View File

@ -0,0 +1,6 @@
config {
type: "declaration",
schema: "pphe_five9_raw",
name: "MAPPING_SKILL",
description: ""
}

25
package-lock.json generated Normal file
View File

@ -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=="
}
}
}

6
package.json Normal file
View File

@ -0,0 +1,6 @@
{
"name": "five9",
"dependencies": {
"@dataform/core": "2.8.3"
}
}