dbt-labs / dbt-external-tables

dbt macros to stage external sources
https://hub.getdbt.com/dbt-labs/dbt_external_tables/latest/
Apache License 2.0
297 stars 119 forks source link

Support dbt-databricks adapter #125

Closed ferdyh closed 2 years ago

ferdyh commented 2 years ago

Describe the feature

Supporting the dbt-databricks adapter.

Describe alternatives you've considered

I've tried copying the spark adapter and renaming spark with databricks, and seems to work. Though a more elegant solution should be implemented imho.

Additional context

dbt-databricks

Who will this benefit?

Users using databricks' own dbt adapter.

jtcohen6 commented 2 years ago

Thanks @ferdyh! There's a lot of overlap with https://github.com/dbt-labs/spark-utils/issues/23

ferdyh commented 2 years ago

Indeed. Hope that get's fixed soon. Your proposed solution with automatically fix this aswell.

jtcohen6 commented 2 years ago

Closing as this will be resolved by https://github.com/databricks/dbt-databricks/pull/35