Skip to content

Commit

Permalink
chore(dagster-dbt): pin dbt-core<1.4.0 (#11870)
Browse files Browse the repository at this point in the history
The latest version of dbt, published on 2022-01-25, has broken some
usage of our internal APIs within the dbt integration. Pin the library
until these are resolved.

https://github.com/dbt-labs/dbt-core/releases/tag/v1.4.0

bk
  • Loading branch information
rexledesma authored and gibsondan committed Jan 27, 2023
1 parent 266e4a1 commit 02b9ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_modules/libraries/dagster-dbt/setup.py
Expand Up @@ -34,7 +34,7 @@ def get_version() -> str:
packages=find_packages(exclude=["dagster_dbt_tests*"]),
install_requires=[
"dagster==1.1.13",
"dbt-core",
"dbt-core<1.4.0",
"requests",
"typer[all]",
],
Expand Down

0 comments on commit 02b9ad0

Please sign in to comment.