Skip to content

Commit

Permalink
check what’s installed
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Nov 20, 2024
1 parent d9642d1 commit 7c68125
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ allowlist_externals =
dbt
skip_install = true
commands =
dbt --version
dbt --warn-error deps --target postgres
dbt --warn-error run-operation create_source_table --target postgres
dbt --warn-error seed --target postgres --full-refresh
Expand All @@ -42,6 +43,7 @@ allowlist_externals =
dbt
skip_install = true
commands =
dbt --version
dbt --warn-error deps --target snowflake
dbt --warn-error run-operation create_source_table --target snowflake
dbt --warn-error seed --target snowflake --full-refresh
Expand Down

0 comments on commit 7c68125

Please sign in to comment.