We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677b181 commit a80518aCopy full SHA for a80518a
1 file changed
integration_tests/dbt_project/dbt_project.yml
@@ -29,3 +29,6 @@ models:
29
+schema: elementary
30
+enabled: "{{ var('elementary_enabled', True) }}"
31
+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