Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support dbt 1.0.0 #4

Closed
jaypeedevlin opened this issue Nov 10, 2021 · 2 comments · Fixed by #7
Closed

Support dbt 1.0.0 #4

jaypeedevlin opened this issue Nov 10, 2021 · 2 comments · Fixed by #7

Comments

@jaypeedevlin
Copy link
Contributor

Per the release notes for 1.0.0rc1:

In v1.0.0, pip install dbt will raise an explicit error. Instead, please use pip install dbt-<adapter> (to use dbt with that database adapter), or pip install dbt-core (for core functionality). For parity with the previous behavior of pip install dbt, you can use: pip install dbt-core dbt-postgres dbt-redshift dbt-snowflake dbt-bigquery (dbt-labs/dbt-core#4100, #4133)

In order to support >= 1.0.0 we need to add logic around this change.

@NiallRees
Copy link
Contributor

You cool taking this on?

@jaypeedevlin
Copy link
Contributor Author

Yep, I may need some support but thinking this will be the start of my contributions to the project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants