databricks / dbt-databricks

A dbt adapter for Databricks.
https://databricks.com
Apache License 2.0
228 stars 119 forks source link

Fix #712: missing catalog in one place #714

Closed benc-db closed 5 months ago

benc-db commented 5 months ago

Resolves #712

Description

Core issue is that I missed one of the places that I needed to add a clause to specify the catalog when I switched over to using system information_schema

Checklist