databricks / dbt-databricks

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

Support newer versions of databricks-sdk #738

Open hauntsaninja opened 2 months ago

hauntsaninja commented 2 months ago

Currently this pins databricks-sdk==0.17.0 for unclear reasons: https://github.com/databricks/dbt-databricks/blob/ac4dee7610a2a7d5ff9514a58f315699643242da/setup.py#L61

The pin was introduced in https://github.com/databricks/dbt-databricks/pull/572

benc-db commented 2 months ago

Working on this, though it has temporarily taken a back seat due to needing to respond to some platform breaking changes last week; the reason it was pinned is because 0.18.0 changes Azure OAuth behavior. The goal (which will release in 1.9) is to move to 0.29.0. It is not safe to unpin entirely because SDK is still in Beta and is still releasing breaking changes.