databricks / dbt-databricks

A dbt adapter for Databricks.
https://databricks.com
Apache License 2.0
226 stars 119 forks source link

Downgrade dbt-core dependency to concrete required version (i.e. first one with behavior flags) #842

Closed benc-db closed 3 weeks ago

benc-db commented 3 weeks ago

Description

We would like to release our 1.9.0 soon, but dbt-core 1.9.0 has been postponed to December. In this PR I'm lowering our dependency to released versions, and hiding microbatch as a valid strategy if your installed version is too low (because it will super break otherwise).

Checklist