Skip to content

Commit

Permalink
swtich fivetran utils
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-jamie committed Dec 12, 2023
1 parent e1596a6 commit c7a1563
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .buildkite/scripts/run_models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,6 @@ dbt test --target "$db"
dbt run --vars '{fivetran_platform__usage_pricing: false, fivetran_platform_using_destination_membership: false, fivetran_platform_using_user: false}' --target "$db" --full-refresh
dbt run --vars '{fivetran_platform__usage_pricing: false, fivetran_platform_using_destination_membership: false, fivetran_platform_using_user: false}' --target "$db"
dbt test --target "$db"
if [ "$1" != "sqlserver" ]; then
dbt run-operation fivetran_utils.drop_schemas_automation --target "$db"
fi
7 changes: 2 additions & 5 deletions packages.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
packages:
# - package: fivetran/fivetran_utils
# version: [">=0.4.0", "<0.5.0"]
- git: https://github.com/fivetran/dbt_fivetran_utils.git
revision: feature/sql-server-compatibility
warn-unpinned: false
- package: fivetran/fivetran_utils
version: [">=0.4.0", "<0.5.0"]

- package: dbt-labs/spark_utils
version: [">=0.3.0", "<0.4.0"]
Expand Down

0 comments on commit c7a1563

Please sign in to comment.