Skip to content

Commit

Permalink
First fully functional version of dbtcheckpoint's Action
Browse files Browse the repository at this point in the history
  • Loading branch information
BAntonellini committed Feb 12, 2024
1 parent 9087265 commit 1cf8af9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_dbt_checkpoint_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ with raw_source as (
from {{ source('RAW', 'COUNTRY_POPULATIONS') }}

),

final as (

select
Expand Down

0 comments on commit 1cf8af9

Please sign in to comment.