You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incompatible with latest dbt-core version during install.
Steps to reproduce
pip3 install dbt-core
pip3 install dbt-clickhouse
Should install but we see incompatibility with latest version of dbt-core
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
dbt-clickhouse 1.4.8 requires dbt-core~=1.4.0, but you have dbt-core 1.6.2 which is incompatible.
The text was updated successfully, but these errors were encountered:
Facing the same issue. Being stuck with 1.4.8, I can't seem to figure out a way to test the new dbt MetricFlow library with clickhouse (released in 1.6+).
Also, while pip install -U dbt-core upgrades it to 1.6+, dbt debug shows an error in clickhouse connection test.
Incompatible with latest dbt-core version during install.
Steps to reproduce
Should install but we see incompatibility with latest version of dbt-core
The text was updated successfully, but these errors were encountered: