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
### Summary & Motivation
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

### How I Tested These Changes
bk
  • Loading branch information
rexledesma committed Jan 27, 2023
1 parent db68ccf commit 4e59844
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=[
f"dagster{pin}",
"dbt-core",
"dbt-core<1.4.0",
"requests",
"typer[all]",
],
Expand Down

1 comment on commit 4e59844

@vercel
Copy link

@vercel vercel bot commented on 4e59844 Jan 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dagster – ./docs

dagster-git-master-dagster-dev-ad.vercel.app
dagster-opal.vercel.app
dagster-dagster-dev-ad.vercel.app

Please sign in to comment.