Rbroughan/load cdk upsert test schema fix (#70932)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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),
|
||||
|
||||
@@ -1 +1 @@
|
||||
version=0.1.90
|
||||
version=0.1.91
|
||||
|
||||
Reference in New Issue
Block a user