dbt-databricks
dbt-databricks copied to clipboard
Bug: Delta Clones unsupported by `DatabricksRelationType`
Describe the bug
Sources do not have support for Databricks clones in DatabricksRelationType
Steps To Reproduce
I've encountered this issue in a few places but most recently using the dbt-labs/dbt-codegen package. Specifically:
dbt run-operation generate_source --args '{
"schema_name": "my_schema",
"database_name": "my_source"
}'
Expected behavior
Should return correct source definition yaml
Screenshots and log output
Interesting. Do you have a dbt.log that can provide the stack so I know where the exception is raised?
Can you try 1.7.9 and let me know if you still have this issue? I removed one place that raises an exception, but uncertain if its the same issue you're hitting.