Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt changing over to system for metadata gathering #692

Merged
merged 5 commits into from
Jun 6, 2024

Conversation

benc-db
Copy link
Collaborator

@benc-db benc-db commented May 31, 2024

Resolves #691

Description

Today, information_schema does not work as expected when the name of a catalog is changed, as the catalog-specific views are written at create time and not updated. While I'm pursuing that fix internally, switching over to system for all information_schema queries will fix this. Unclear yet whether this will have any performance or governance implications (testing currently), though since all of the catalog-specific views reference system under the hood, I wouldn't expect any.

Checklist

  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • I have updated the CHANGELOG.md and added information about my change to the "dbt-databricks next" section.

@benc-db benc-db merged commit 7fd525c into main Jun 6, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1.8.0 not able to detect existing tables anymore
1 participant