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
404 stars 227 forks source link

[Tech Debt] Update configuration on Databricks tests #1054

Closed mikealfare closed 4 months ago

mikealfare commented 4 months ago

Is this a new bug in dbt-spark?

Current Behavior

These tests are failing for the Databricks test profiles:

Expected Behavior

All tests should pass

Steps To Reproduce

Appears in all CI

Relevant log output

https://github.com/dbt-labs/dbt-spark/actions/runs/9617443575/job/26531074677?pr=1053

Environment

- OS: any
- Python: any
- dbt-core: any
- dbt-spark: any

Additional Context

The test failures appear to be our configuration of the test environment and do not represent broken functionality in dbt-spark itself. This break also appears related to the release of numpy==2.0 and the fact that we're indirectly forcing the use of Python 3.7 in these tests.