emcp
03/05/2022, 5:11 PMaaronsteers
03/05/2022, 5:17 PMaaronsteers
03/05/2022, 5:21 PMaaronsteers
03/05/2022, 5:23 PMemcp
03/05/2022, 5:39 PMemcp
03/05/2022, 5:47 PMemcp
03/05/2022, 5:47 PMsam_werbalowsky
03/29/2022, 9:29 PMaaronsteers
03/29/2022, 10:37 PMkey-properties
per each stream name.aaronsteers
03/29/2022, 10:44 PMsam_werbalowsky
03/30/2022, 1:21 PMaaronsteers
03/30/2022, 8:20 PMsam_werbalowsky
04/01/2022, 5:15 PM[id, updated_at]
or to []
in the tap, but the target still wants to merge on “ID” which is the tables actual primary key 😕aaronsteers
04/01/2022, 9:46 PMkey-properties
, this should work around that.sam_werbalowsky
04/01/2022, 9:47 PMsam_werbalowsky
04/08/2022, 4:03 PM--dump=catalog
looks like for the given table.
"tap_stream_id": "myschema-mytable",
"schema": {
"type": "object",
"properties": {
"id": {
"type": [
"string"
]
},
"user_id": {
"type": [
"null",
"string"
]
}
},
"definitions": {
"sdc_recursive_integer_array": {
"type": [
"null",
"integer",
"array"
],
"items": {
"$ref": "#/definitions/sdc_recursive_integer_array"
}
},
"sdc_recursive_number_array": {
"type": [
"null",
"number",
"array"
],
"items": {
"$ref": "#/definitions/sdc_recursive_number_array"
}
},
"sdc_recursive_string_array": {
"type": [
"null",
"string",
"array"
],
"items": {
"$ref": "#/definitions/sdc_recursive_string_array"
}
},
"sdc_recursive_boolean_array": {
"type": [
"null",
"boolean",
"array"
],
"items": {
"$ref": "#/definitions/sdc_recursive_boolean_array"
}
},
"sdc_recursive_timestamp_array": {
"type": [
"null",
"string",
"array"
],
"format": "date-time",
"items": {
"$ref": "#/definitions/sdc_recursive_timestamp_array"
}
},
"sdc_recursive_object_array": {
"type": [
"null",
"object",
"array"
],
"items": {
"$ref": "#/definitions/sdc_recursive_object_array"
}
}
}
},
"selected": true,
"table_key_properties": [
"id",
"updated_at"
],
"key_properties": [
"id",
"updated_at"
],
"replication_method": "INCREMENTAL",
"replication_key": "updated_at",
"properties": [
"id",
"updated_at"
]
},