dbt-labs / dbt-utils

Utility functions for dbt projects.
https://hub.getdbt.com/dbt-labs/dbt_utils/latest/
Apache License 2.0
1.35k stars 491 forks source link

Support streaming tables in macro databricks get_table_types_sql() #861

Open w0ut0 opened 9 months ago

w0ut0 commented 9 months ago

Describe the bug

There is a 'new' table type in Databricks, streaming tables. Current get_table_types_sql() Databricks macro does not support this yet. The new table type is already implemented in the dbt-databricks adapter.

Steps to reproduce

na

Expected results

na

Actual results

na

Screenshots and log output

na

System information

The contents of your packages.yml file:

Which database are you using dbt with?

The output of dbt --version:

<output goes here>

Additional context

Are you interested in contributing the fix?

fix incoming

github-actions[bot] commented 3 months ago

This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days.

w0ut0 commented 3 months ago

Keep open