diff --git a/.github/workflows/run_dbt_checkpoint_action.yml b/.github/workflows/run_dbt_checkpoint_action.yml index dc129eda..d8550497 100644 --- a/.github/workflows/run_dbt_checkpoint_action.yml +++ b/.github/workflows/run_dbt_checkpoint_action.yml @@ -23,7 +23,7 @@ jobs: output: " " - name: Run dbt checkpoint - uses: dbt-checkpoint/action@v0.4 + uses: dbt-checkpoint/action@v0.1 with: dbt_version: 1.6.3 dbt_adapter: dbt-snowflake diff --git a/transform/models/L1_inlets/country_data/country_populations.sql b/transform/models/L1_inlets/country_data/country_populations.sql index 31132716..219af4fb 100644 --- a/transform/models/L1_inlets/country_data/country_populations.sql +++ b/transform/models/L1_inlets/country_data/country_populations.sql @@ -4,7 +4,6 @@ with raw_source as ( from {{ source('RAW', 'COUNTRY_POPULATIONS') }} ), - final as ( select