You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Ok, got additional context out of band from dbt. This is not a regression, just things working as expected for UC, unfortunately. I'm hoping that the changes to 'get catalog by relations' in 1.7.0 will remove the need for this (basically we didn't have a good way of discerning views from materialized views and had to use describe extended to find out), and if that doesn't do it, then I'll push a fix for dbt-databricks once I get confirmation that Materialized Views are distinguishable from Views in the information schema (something I'm trying to get fixed behind the scenes).
Please try 1.7.0 and let me know if this helps. I think there still is probably at least one more scenario that is doing too much describe extended, but 1.7.0 should have significant improvements on this front.
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
: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.
The text was updated successfully, but these errors were encountered: