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
tests/integration/incremental_strategies/test_incremental_strategies.py::TestInsertOverwrite along with some other tests are failing in current main branch. Noticed the failure while working on getting the tests working in #377. All other tests are passing now there but the TestInsertOverwrite is still failing.
If connecting via a Databricks cluster + ODBC driver (method: odbc + cluster), you must include set spark.sql.sources.partitionOverwriteMode DYNAMIC in the cluster Spark Config in order for dynamic partition replacement to work (incremental_strategy: insert_overwrite + partition_by).
Describe the bug
tests/integration/incremental_strategies/test_incremental_strategies.py::TestInsertOverwrite
along with some other tests are failing in current main branch. Noticed the failure while working on getting the tests working in #377. All other tests are passing now there but theTestInsertOverwrite
is still failing.Log for failure in main
Steps To Reproduce
I wasn't able to run the test locally but linked the fail log above
Expected behavior
Tests passing
The text was updated successfully, but these errors were encountered: