databricks / dbt-databricks

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

Cleanup warnings and test issues #843

Closed benc-db closed 1 week ago

benc-db commented 1 week ago

Description

Dbt asked me to not require pydantic > 2 (as it was causing issues). So I wrote all of my pydantic in v1; however, if pydantic v2 got installed, a bunch of warnings would be emitted. So now restricting to < 2.

Marked failing iceberg tests as skip for now (since there is an issue in prod).

Checklist