From 846c4f317b9978c948aa02c85eeb6538b7020860 Mon Sep 17 00:00:00 2001 From: Anna Saiapina Date: Wed, 3 Sep 2025 12:12:42 +0000 Subject: [PATCH] Change type --- definitions/staging/stg_CAMPAIGN.sqlx | 2 +- definitions/staging/stg_DISPOSITION.sqlx | 2 +- definitions/staging/stg_SKILL.sqlx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/definitions/staging/stg_CAMPAIGN.sqlx b/definitions/staging/stg_CAMPAIGN.sqlx index 577d7eb..909bbeb 100644 --- a/definitions/staging/stg_CAMPAIGN.sqlx +++ b/definitions/staging/stg_CAMPAIGN.sqlx @@ -1,5 +1,5 @@ config { - type: "view", + type: "table", schema: "pphe_five9_stg", tags: ["daily"], description: "All fields that are connected to the CAMPAIGN" diff --git a/definitions/staging/stg_DISPOSITION.sqlx b/definitions/staging/stg_DISPOSITION.sqlx index 3243dfc..d066d93 100644 --- a/definitions/staging/stg_DISPOSITION.sqlx +++ b/definitions/staging/stg_DISPOSITION.sqlx @@ -1,5 +1,5 @@ config { - type: "view", + type: "table", schema: "pphe_five9_stg", tags: ["daily"], description: "All fields that are connected to the DISPOSITION" diff --git a/definitions/staging/stg_SKILL.sqlx b/definitions/staging/stg_SKILL.sqlx index cfb2d93..aea166e 100644 --- a/definitions/staging/stg_SKILL.sqlx +++ b/definitions/staging/stg_SKILL.sqlx @@ -1,5 +1,5 @@ config { - type: "view", + type: "table", schema: "pphe_five9_stg", tags: ["daily"], description: "All fields that are connected to the SKILL"