StarRocks/dbt-starrocks

dbt --version says dbt-starrocks 1.4.2 is not compatible with dbt-core 1.6.2

Closed this issue · 2 comments

(dbt-env) atwong@Albert-CelerData ~ % dbt  --version
Core:
  - installed: 1.6.2
  - latest:    1.7.7 - 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.4.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
dbt-starrocks 1.4.2 requires dbt-core==1.6.2, but you have dbt-core 1.6.10 which is incompatible.

The answer is that you have to upgrade the adapter number to at least 1.6.x

fbf77c0