quinn_batten
09/29/2022, 10:17 PM__key_properties__ with a mapping plugin— that functionality only works with an actual SDK tap. Does that sound right? Or should I be able to do this with the meltano-map-transform plugin?quinn_batten
09/29/2022, 10:21 PM__key_properties__ override part that isn’t behaving as expected. I tried a few different things and then it dawned on me that this plugin is a rough port of SDK functionality and might not actually be able to do everything the SDK can…
It does look like Meltano is noticing the override. In the logs it says Found stream map override for 'public-mytable' key properties: ['new_key'] . It just goes on to ignore that setting when the tap does the select statement, and instead it does SELECT ... FROM "public"."mytable" WHERE "old_key" >= '123'::bigintquinn_batten
09/29/2022, 10:38 PMchristoph
09/29/2022, 10:39 PMquinn_batten
09/29/2022, 10:41 PMquinn_batten
09/29/2022, 10:42 PMchristoph
09/30/2022, 12:08 AMquinn_batten
09/30/2022, 3:49 PMchristoph
09/30/2022, 10:25 PMquinn_batten
09/30/2022, 10:47 PMwesseljt
08/30/2023, 4:06 PMwesseljt
08/30/2023, 4:07 PMquinn_batten
08/30/2023, 6:49 PMquinn_batten
08/30/2023, 6:50 PMquinn_batten
08/30/2023, 6:51 PMwesseljt
08/30/2023, 8:03 PMwesseljt
08/30/2023, 8:04 PM- name: dw1__snowflake
config:
stream_maps:
dbo-order:
source_system: str('location_one')
__alias__: dbo-orderv2
__key_properties__:
- ordnum
- location_id
- client_id
- source_systemwesseljt
08/30/2023, 8:04 PMedward_ryan
04/10/2024, 8:14 PM