This reverts commit 4b88d8038d500e33b870e5ba042bd343d6980b10.
Description
Information_schema.columns can be out of sync with the truth from Delta. I explored forcing a sync with REPAIR TABLE...however, forcing the sync requires knowing that the table is Delta, otherwise you get an exception. For now, to get 1.8.6 out, I'm reverting the commit, and will reopen the issue.
Checklist
[x] I have run this code in development and it appears to resolve the stated issue
[x] This PR includes tests, or tests are not required/relevant for this PR
[x] I have updated the CHANGELOG.md and added information about my change to the "dbt-databricks next" section.
This reverts commit 4b88d8038d500e33b870e5ba042bd343d6980b10.
Description
Information_schema.columns can be out of sync with the truth from Delta. I explored forcing a sync with REPAIR TABLE...however, forcing the sync requires knowing that the table is Delta, otherwise you get an exception. For now, to get 1.8.6 out, I'm reverting the commit, and will reopen the issue.
Checklist
CHANGELOG.md
and added information about my change to the "dbt-databricks next" section.