Skip to content

Commit a80518a

Browse files
committed
test fixes
1 parent 677b181 commit a80518a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

integration_tests/dbt_project/dbt_project.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ models:
2929
+schema: elementary
3030
+enabled: "{{ var('elementary_enabled', True) }}"
3131
+file_format: "{{ 'delta' if target.type in ['spark', 'fabricspark'] else none }}"
32+
33+
flags:
34+
require_batched_execution_for_custom_microbatch_strategy: True

0 commit comments

Comments
 (0)