You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: