@@ -26,9 +26,6 @@ def test_bootstrap_enterprise(pipeline_name):
2626 sql = sql ,
2727 runtime_config = RuntimeConfig (
2828 fault_tolerance_model = None , # We will make manual checkpoints in this test.
29- dev_tweaks = {
30- "backfill_avoidance" : True
31- }, # This should not be necessary once it is enabled by default.
3229 ),
3330 ).create_or_replace ()
3431
@@ -281,9 +278,6 @@ def test_bootstrap_non_materialized_table_enterprise(pipeline_name):
281278 sql = sql ,
282279 runtime_config = RuntimeConfig (
283280 fault_tolerance_model = None , # We will make manual checkpoints in this test.
284- dev_tweaks = {
285- "backfill_avoidance" : True
286- }, # This should not be necessary once it is enabled by default.
287281 ),
288282 ).create_or_replace ()
289283
@@ -326,9 +320,6 @@ def test_bootstrap_table_lateness_enterprise(pipeline_name):
326320 sql = sql ,
327321 runtime_config = RuntimeConfig (
328322 fault_tolerance_model = None , # We will make manual checkpoints in this test.
329- dev_tweaks = {
330- "backfill_avoidance" : True
331- }, # This should not be necessary once it is enabled by default.
332323 ),
333324 ).create_or_replace ()
334325
@@ -372,9 +363,6 @@ def test_bootstrap_view_lateness_enterprise(pipeline_name):
372363 sql = sql ,
373364 runtime_config = RuntimeConfig (
374365 fault_tolerance_model = None , # We will make manual checkpoints in this test.
375- dev_tweaks = {
376- "backfill_avoidance" : True
377- }, # This should not be necessary once it is enabled by default.
378366 ),
379367 ).create_or_replace ()
380368
@@ -424,9 +412,6 @@ def gen_sql(connectors):
424412 sql = gen_sql ("" ),
425413 runtime_config = RuntimeConfig (
426414 fault_tolerance_model = None , # We will make manual checkpoints in this test.
427- dev_tweaks = {
428- "backfill_avoidance" : True
429- }, # This should not be necessary once it is enabled by default.
430415 ),
431416 ).create_or_replace ()
432417
0 commit comments