Skip to content

Commit

Permalink
requirements: Pin dbt-core to avoid rollback
Browse files Browse the repository at this point in the history
Because of `dbt-fal` the dependency graph also found a solution by going
back to the 1.4 version, but `dbt` is our most important tool so better
keep it to the version we know works.
  • Loading branch information
rsebille committed Jun 19, 2024
1 parent e91de0b commit 565c87f
Show file tree
Hide file tree
Showing 3 changed files with 3,952 additions and 3,232 deletions.
2 changes: 1 addition & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apache-airflow[amazon,sentry,slack]==2.8.4 # https://github.com/apache/airflow

# DBT
# ------------------------------------------------------------------------------
dbt-core # https://github.com/dbt-labs/dbt-core
dbt-core==1.5.* # https://github.com/dbt-labs/dbt-core
dbt-postgres # https://github.com/dbt-labs/postgres
dbt-fal # https://github.com/fal-ai/dbt-fal

Expand Down
Loading

0 comments on commit 565c87f

Please sign in to comment.