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"