We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c9ab8 commit e200792Copy full SHA for e200792
1 file changed
tests/unit/macros/materializations/incremental/test_insert_overwrite_macros.py
@@ -273,7 +273,7 @@ def test_get_insert_overwrite_sql__behavior_flag_disabled_sql_warehouse(
273
# SQL warehouse (not cluster)
274
context["adapter"].is_cluster.return_value = False
275
# Disable the behavior flag
276
- context["adapter"].behavior.use_insert_replace_on = False
+ context["adapter"].behavior.use_replace_on_for_insert_overwrite = False
277
config["partition_by"] = ["partition_col"]
278
279
source_relation = Mock()
0 commit comments