1
0
mirror of synced 2025-12-19 10:00:34 -05:00

Rbroughan/load cdk upsert test schema fix (#70932)

This commit is contained in:
Ryan Br...
2025-12-16 09:58:44 -08:00
committed by GitHub
parent eeacbd1c8a
commit 4d1d24636f
3 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
## Version 0.1.91
load cdk: upsert records test uses proper target schema
## Version 0.1.90
load cdk: components tests: data coercion tests cover all data types

View File

@@ -607,7 +607,7 @@ interface TableOperationsSuite {
val targetTableSchema =
schemaFactory.make(
targetTable,
Fixtures.TEST_INTEGER_SCHEMA.properties,
Fixtures.ID_TEST_WITH_CDC_SCHEMA.properties,
Dedupe(
primaryKey = listOf(listOf(Fixtures.ID_FIELD)),
cursor = listOf(Fixtures.TEST_FIELD),

View File

@@ -1 +1 @@
version=0.1.90
version=0.1.91