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] Pinning to dbt-redshift~=1.8 installs dbt-core 1.9.0-b2 #930

Closed
2 tasks done
ilmari-aalto opened this issue Oct 16, 2024 · 1 comment · Fixed by #939
Closed
2 tasks done

[Bug] Pinning to dbt-redshift~=1.8 installs dbt-core 1.9.0-b2 #930

ilmari-aalto opened this issue Oct 16, 2024 · 1 comment · Fixed by #939
Assignees
Labels
bug Something isn't working

Comments

@ilmari-aalto
Copy link

Is this a new bug in dbt-redshift?

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

Current Behavior

When running pip install --upgrade dbt-redshift~=1.8 the beta version 1.9.0-b2 of dbt-core is installed. I'd expect the last stable version 1.8.* of dbt-core to be installed instead.

After running the intallation, dbt --version output is the following:

dbt --version
Core:
  - installed: 1.9.0-b2
  - latest:    1.8.7    - Ahead of latest version!

Plugins:
  - redshift: 1.8.1 - Not compatible!
  - postgres: 1.8.2 - Not compatible!

  At least one plugin is out of date or incompatible with dbt-core.
  You can find instructions for upgrading here:
  https://docs.getdbt.com/docs/installation

Expected Behavior

I'd expect the latest stable version of dbt-core to be installed instead of the beta version. At the moment of writing, this would be the version 1.8.7 of dbt-core.

Steps To Reproduce

  1. In Mac, with pip 24.2
  2. Running pip install --upgrade dbt-redshift~=1.8 from a clean slate (no previous dbt installation in the virtual env)
  3. The beta version of dbt-core is installed, as shown by running the command dbt --version after the step 2.

Relevant log output

No response

Environment

- OS:
- Python:
- dbt-core:
- dbt-redshift:

Additional Context

No response

@ilmari-aalto ilmari-aalto added bug Something isn't working triage labels Oct 16, 2024
@mikealfare mikealfare removed the triage label Oct 23, 2024
@mikealfare mikealfare self-assigned this Oct 23, 2024
@mikealfare mikealfare linked a pull request Oct 23, 2024 that will close this issue
4 tasks
@mikealfare
Copy link
Contributor

This has been merged and needs to be released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants