diff --git a/definitions/export/all_interactions_export.sqlx b/definitions/export/all_interactions_export.sqlx index a398fe0..4aa5c87 100644 --- a/definitions/export/all_interactions_export.sqlx +++ b/definitions/export/all_interactions_export.sqlx @@ -2,9 +2,9 @@ config { type: "table", schema: "pphe_five9_gold", tags: ["daily"], - description: "Exporting last 5 days of ALL_INTERACRIONS_SUM table" + description: "Exporting last 7 days of ALL_INTERACRIONS_SUM table" } select * from ${ref("ALL_INTERACRIONS_SUM")} -where date(timestamp) >= date_sub(current_datetime("Europe/Amsterdam"), INTERVAL 5 DAY) \ No newline at end of file +where date(timestamp) >= date_sub(current_datetime("Europe/Amsterdam"), INTERVAL 7 DAY) \ No newline at end of file diff --git a/definitions/export/calls_export.sqlx b/definitions/export/calls_export.sqlx index b6f3913..17c4a07 100644 --- a/definitions/export/calls_export.sqlx +++ b/definitions/export/calls_export.sqlx @@ -2,7 +2,7 @@ config { type: "table", schema: "pphe_five9_gold", tags: ["daily"], - description: "Exporting last 5 days of CALLS table" + description: "Exporting last 7 days of CALLS table" } select * diff --git a/definitions/export/digital_export.sqlx b/definitions/export/digital_export.sqlx index 38d5d93..26d49ec 100644 --- a/definitions/export/digital_export.sqlx +++ b/definitions/export/digital_export.sqlx @@ -2,7 +2,7 @@ config { type: "table", schema: "pphe_five9_gold", tags: ["daily"], - description: "Exporting last 5 days of DIGITAL table." + description: "Exporting last 7 days of DIGITAL table." } select *