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

[Bug] dbt-core and dbt-adapters version mismatch #343

Open
2 tasks done
guenp opened this issue Nov 7, 2024 · 0 comments
Open
2 tasks done

[Bug] dbt-core and dbt-adapters version mismatch #343

guenp opened this issue Nov 7, 2024 · 0 comments
Labels
bug Something isn't working triage

Comments

@guenp
Copy link

guenp commented Nov 7, 2024

Is this a new bug?

  • I believe this is a new bug
  • I have searched the existing issues, and I could not find an existing issue for this bug

Current Behavior

dbt-core complains when the adapter version does not match the dbt-core version (see line). Because we released dbt-duckdb 1.9.0 before dbt-adapters 1.9.0 got released that's an error that shows up.
Another issue we're seeing is that dbt-core 1.8.8 depends on on dbt-adapters <1.7.1 (see line) but the latest version is 1.8.0 (which just came out last week)
It seems like the solution to this would be for dbt-core to release a new version 1.9.0

Expected Behavior

No errors or version conflicts

Steps To Reproduce

It appears in CI/CD (Dependabot) for projects with dbt-core and dbt-duckdb dependency

Relevant log output

N/A

Environment

- OS:N/A
- Python:N/A
- dbt-adapters:1.8.8

Additional Context

N/A

@guenp guenp added bug Something isn't working triage labels Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

1 participant