dbt-labs / dbt-spark

dbt-spark contains all of the code enabling dbt to work with Apache Spark and Databricks
https://getdbt.com
Apache License 2.0
395 stars 221 forks source link

Import relevant pytest(s) for cross-database `cast` macro #1029

Closed dbeatty10 closed 4 months ago

dbeatty10 commented 5 months ago

resolves #1028

Problem & Solution

https://github.com/dbt-labs/dbt-adapters/pull/173 added testing for the cross-database cast macro, but it is not automatically inherited by each adapter.

Solution

This PR imports and uses that testing.

Checklist