We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb95b6 commit 5500e8eCopy full SHA for 5500e8e
tests/functional/adapter/test_incremental_microbatch.py
@@ -4,7 +4,7 @@
4
# No requirement for a unique_id for snowflake microbatch!
5
_microbatch_model_no_unique_id_sql = """
6
{{ config(materialized='incremental', incremental_strategy='microbatch', event_time='event_time', batch_size='day', begin='2020-01-01 00:00:00.000000') }}
7
-select * from {{ ref('input_model') }}
+select * from {{ ref('input_model') }} a
8
"""
9
10
_input_model_sql = """
0 commit comments