Skip to content

Commit

Permalink
fix: Update dbt dependencies (#889)
Browse files Browse the repository at this point in the history
* updating deps to v1.8

* updating failing dbt deps
  • Loading branch information
k-rheinheimer authored Jun 5, 2024
1 parent fd56074 commit 555cd25
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions transformations/aws/asset-inventory-free/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dbt-postgres==1.7.13
dbt-snowflake==1.7.3
dbt-bigquery==1.7.7
dbt-postgres==1.8.1
dbt-snowflake==1.8.2
dbt-bigquery==1.8.1
8 changes: 4 additions & 4 deletions transformations/aws/compliance-premium/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dbt-postgres==1.7.13
dbt-bigquery==1.7.7
dbt-snowflake==1.7.3
dbt-athena-community==1.7.2
dbt-postgres==1.8.1
dbt-snowflake==1.8.2
dbt-bigquery==1.8.1
dbt-athena-community==1.8.2
pyarrow >= 3.0.0
6 changes: 3 additions & 3 deletions transformations/azure/compliance-premium/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dbt-postgres==1.7.13
dbt-snowflake==1.7.3
dbt-bigquery==1.7.7
dbt-postgres==1.8.1
dbt-snowflake==1.8.2
dbt-bigquery==1.8.1
6 changes: 3 additions & 3 deletions transformations/gcp/compliance-premium/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dbt-postgres==1.7.13
dbt-bigquery==1.7.7
dbt-snowflake==1.7.3
dbt-postgres==1.8.1
dbt-snowflake==1.8.2
dbt-bigquery==1.8.1

0 comments on commit 555cd25

Please sign in to comment.