dbt-databricks icon indicating copy to clipboard operation
dbt-databricks copied to clipboard

Suggestions for running DBT unit tests in an isolated fashion

Open ajsquared opened this issue 1 year ago • 1 comments
trafficstars

My team is excited to try out the new unit testing functionality in DBT 1.8.0. However, this does still require connecting to Databricks to run the unit tests.

We'd like to run the DBT unit tests in CI, but prefer to keep CI isolated from external services.

Do you have any suggestions for a good way to still run the DBT unit tests without actually connecting to Databricks?

I was considering using a sqlite target, but that wouldn't work for any models that use Spark/Databricks SQL specific features.

ajsquared avatar May 28 '24 19:05 ajsquared