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

Dealing with changes to the info schema #950

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

benc-db
Copy link
Collaborator

@benc-db benc-db commented Mar 3, 2025

Description

Colin brought to my attention that there is a full_data_type column now in the info schema that is more apt, since it gives the details of struct.

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.

alexguo-db
alexguo-db previously approved these changes Mar 3, 2025
@benc-db
Copy link
Collaborator Author

benc-db commented Mar 3, 2025

I tried flipping the flag on and running all tests. I discovered that we were failing tests due to not being able to repair table for non-Delta tables, even when on UC. This limits the applicability of this even more. To be able to use the default behavior for that case, I need to establish if the object is Delta when I create the relation that represents it.

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.

2 participants