Skip to content

Commit 5500e8e

Browse files
committed
update alias of the model
1 parent 2cb95b6 commit 5500e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/adapter/test_incremental_microbatch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# No requirement for a unique_id for snowflake microbatch!
55
_microbatch_model_no_unique_id_sql = """
66
{{ 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') }}
7+
select * from {{ ref('input_model') }} a
88
"""
99

1010
_input_model_sql = """

0 commit comments

Comments
 (0)