Describe the bug
This issue has cropped up again for dbt-databricks==1.6.6. Opening this for a customer of mine, so I don't have access to detailed information, but this was running on dbt Cloud against hive metastore.
Steps To Reproduce
See Jeremy's ticket here.
Expected behavior
We should not be running describe extended on everything in the schema... only the relevant models.
Screenshots and log output
Please reach out to me for the full logs more details.
System information
The output of dbt --version:
18:08:53 Running with dbt=1.6.6
The operating system you're using:
Running in dbt Cloud
The output of python --version:
Unknown
Additional context
This is causing unexpected load times for minor transformations.
Describe the bug
This issue has cropped up again for
dbt-databricks==1.6.6. Opening this for a customer of mine, so I don't have access to detailed information, but this was running on dbt Cloud against hive metastore.Steps To Reproduce
See Jeremy's ticket here.
Expected behavior
We should not be running
describe extendedon everything in the schema... only the relevant models.Screenshots and log output
Please reach out to me for the full logs more details.
System information
The output of
dbt --version:The operating system you're using:
Running in dbt Cloud
The output of
python --version:Unknown
Additional context
This is causing unexpected load times for minor transformations.