Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tech Debt] Update configuration on Databricks tests #1054

Closed
2 tasks done
mikealfare opened this issue Jun 21, 2024 · 0 comments · Fixed by #1055 or #1056
Closed
2 tasks done

[Tech Debt] Update configuration on Databricks tests #1054

mikealfare opened this issue Jun 21, 2024 · 0 comments · Fixed by #1055 or #1056
Assignees

Comments

@mikealfare
Copy link
Contributor

mikealfare commented Jun 21, 2024

Is this a new bug in dbt-spark?

  • I believe this is a new bug in dbt-spark
  • I have searched the existing issues, and I could not find an existing issue for this bug

Current Behavior

These tests are failing for the Databricks test profiles:

  • tests/functional/adapter/test_python_model.py::TestPySpark::test_different_dataframes
  • tests/functional/adapter/test_python_model.py::TestChangingSchemaSpark::test_changing_schema_with_log_validation

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.

@mikealfare mikealfare added bug Something isn't working triage labels Jun 21, 2024
@mikealfare mikealfare self-assigned this Jun 21, 2024
@mikealfare mikealfare added tech_debt and removed bug Something isn't working labels Jun 21, 2024
@mikealfare mikealfare removed the triage label Jun 21, 2024
@mikealfare mikealfare reopened this Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant