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

Remove unused test dependencies #1078

Closed mikealfare closed 2 months ago

mikealfare commented 2 months ago

Problem

We don't use these test dependencies even though we declare them.

Solution

Remove them.

Checklist