databricks / dbt-databricks

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

Fix serialization issue detected by dbt Labs #708

Closed benc-db closed 6 days ago

benc-db commented 6 days ago

Description

dbt Labs reported a serialization issue with 1.8.2rc1-2; appears to have something to do with pydantic compatibility with dbt code, so for the problematic class, just rewriting as a plain dataclass.

Checklist