Skip to content

Commit 3f366f5

Browse files
committed
Fix tests
1 parent ca2066f commit 3f366f5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/core/test_snapshot_evaluator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,6 +1968,7 @@ def test_insert_into_scd_type_2_by_time(
19681968
target_table=snapshot.table_name(),
19691969
source_table=model.render_query(),
19701970
columns_to_types=table_columns,
1971+
table_format=None,
19711972
unique_key=[exp.to_column("id", quoted=True)],
19721973
valid_from_col=exp.column("valid_from", quoted=True),
19731974
valid_to_col=exp.column("valid_to", quoted=True),
@@ -2139,6 +2140,7 @@ def test_insert_into_scd_type_2_by_column(
21392140
target_table=snapshot.table_name(),
21402141
source_table=model.render_query(),
21412142
columns_to_types=table_columns,
2143+
table_format=None,
21422144
unique_key=[exp.to_column("id", quoted=True)],
21432145
check_columns=exp.Star(),
21442146
valid_from_col=exp.column("valid_from", quoted=True),

0 commit comments

Comments
 (0)