We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2066f commit 3f366f5Copy full SHA for 3f366f5
1 file changed
tests/core/test_snapshot_evaluator.py
@@ -1968,6 +1968,7 @@ def test_insert_into_scd_type_2_by_time(
1968
target_table=snapshot.table_name(),
1969
source_table=model.render_query(),
1970
columns_to_types=table_columns,
1971
+ table_format=None,
1972
unique_key=[exp.to_column("id", quoted=True)],
1973
valid_from_col=exp.column("valid_from", quoted=True),
1974
valid_to_col=exp.column("valid_to", quoted=True),
@@ -2139,6 +2140,7 @@ def test_insert_into_scd_type_2_by_column(
2139
2140
2141
2142
2143
2144
2145
check_columns=exp.Star(),
2146
0 commit comments