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

[Bug] New test failure for `tests/functional/adapter/test_constraints.py::TestSparkIncrementalConstraintsRollback::test__constraints_enforcement_rollback` #1009

Closed mikealfare closed 4 months ago

mikealfare commented 5 months ago

Current Behavior

This is a consistently failing new test. It's only failing for the databricks_sql_endpoint profile.

Expected Behavior

Tests should be passing.

Steps To Reproduce

Example run: https://github.com/dbt-labs/dbt-spark/actions/runs/8664716476/job/23780856316?pr=1006 This PR only configures dependabot, which should not trigger functional code changes. All other tests passed.

colin-rogers-dbt commented 5 months ago

Likely this is not about this specific test but with a change to how databricks/delta work.

See this integration test for example: https://github.com/dbt-labs/dbt-spark/actions/runs/8756930079 Notice that the failing tests are different but also related to delta

mikealfare commented 4 months ago

Likely this is not about this specific test but with a change to how databricks/delta work.

See this integration test for example: https://github.com/dbt-labs/dbt-spark/actions/runs/8756930079 Notice that the failing tests are different but also related to delta

Agreed, and the two started failing at the same time.