databricks / dbt-databricks

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

Fix serialization issue with CommandExecution #698

Closed benc-db closed 3 months ago

benc-db commented 3 months ago

Description

dbt Labs detected an issue in their testing where failure was caused by this class that is clearly hashable not having a hash function :/

Checklist