Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4dbe287

Browse files
committedMar 20, 2024··
More fixes
1 parent c25fc2c commit 4dbe287

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

Diff for: ‎tests/core.py

+2
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def validate(self) -> None:
125125
"_sdc_batched_at": sct.TIMESTAMP_NTZ,
126126
"_sdc_received_at": sct.TIMESTAMP_NTZ,
127127
"_sdc_deleted_at": sct.TIMESTAMP_NTZ,
128+
"_sdc_sync_started_at": sct.NUMBER,
128129
"_sdc_table_version": sct.NUMBER,
129130
"_sdc_sequence": sct.NUMBER,
130131
}
@@ -158,6 +159,7 @@ def validate(self) -> None:
158159
"_sdc_batched_at": sct.TIMESTAMP_NTZ,
159160
"_sdc_received_at": sct.TIMESTAMP_NTZ,
160161
"_sdc_deleted_at": sct.TIMESTAMP_NTZ,
162+
"_sdc_sync_started_at": sct.NUMBER,
161163
"_sdc_table_version": sct.NUMBER,
162164
"_sdc_sequence": sct.NUMBER,
163165
}

0 commit comments

Comments
 (0)
Please sign in to comment.