File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -249,6 +249,7 @@ def test_incremental_by_time_datetimeoffset_precision(
249249 end = "2020-01-02" ,
250250 execution_time = "2020-01-02" ,
251251 snapshots = {},
252+ target_table_exists = True ,
252253 )
253254
254255 assert adapter .cursor .execute .call_args_list [0 ][0 ][0 ] == (
Original file line number Diff line number Diff line change @@ -2052,6 +2052,7 @@ def test_deployability_index(make_snapshot):
20522052 snapshot_f .parents = (snapshot_e .snapshot_id , snapshot_a .snapshot_id )
20532053
20542054 snapshot_g = make_snapshot (SqlModel (name = "g" , query = parse_one ("SELECT 1" )))
2055+ snapshot_g .intervals = [(to_timestamp ("2023-01-01" ), to_timestamp ("2023-01-02" ))]
20552056 snapshot_g .categorize_as (SnapshotChangeCategory .INDIRECT_NON_BREAKING )
20562057 snapshot_g .parents = (snapshot_e .snapshot_id ,)
20572058
You can’t perform that action at this time.
0 commit comments