- 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.
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
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 ofnumpy==2.0
and the fact that we're indirectly forcing the use of Python 3.7 in these tests.