Skip to content
New issue

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

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

Already on GitHub? # to your account

Incorrect dbt-core version requirement for dbt-starrocks 1.7.0 #58

Open
dmcpar opened this issue Feb 4, 2025 · 0 comments
Open

Incorrect dbt-core version requirement for dbt-starrocks 1.7.0 #58

dmcpar opened this issue Feb 4, 2025 · 0 comments

Comments

@dmcpar
Copy link

dmcpar commented Feb 4, 2025

$ dbt --version
Core:
  - installed: 1.8.9
  - latest:    1.9.2 - Update available!

  Your version of dbt-core is out of date!
  You can find instructions for upgrading here:
  https://docs.getdbt.com/docs/installation

Plugins:
  - starrocks: 1.7.0 - 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

Seems like dbt-starrocks 1.7.0 requires dbt-core~=1.8.0, however dbt-core (1.8) expects major and minor versions of the plugin to be equal to major and minor versions of dbt-core, i.e. dbt-core 1.8.* expects dbt-starrocks 1.8.*. Is there a way to fix this version requirement mismatch?

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

No branches or pull requests

1 participant