databricks / dbt-databricks

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

Revert "Fix for describe column types (#796)" #800

Closed benc-db closed 2 months ago

benc-db commented 2 months ago

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