dylan_just
02/07/2023, 3:50 AMchristoph
02/07/2023, 4:18 AMmeltano-map-transformer
mapper to deal with the issue.dylan_just
02/07/2023, 4:20 AMchristoph
02/07/2023, 4:21 AMmeltano add mapper meltano-map-transformer
add a config like this:
plugins:
mappers:
- name: meltano-map-transformer
pip_url: git+<https://github.com/MeltanoLabs/meltano-map-transform.git>
executable: meltano-map-transform
mappings:
- name: mapper_for_adding_key_properties
config:
stream_maps:
thenameofthestream:
__key_properties__:
- primary_key_column_no_1
- primary_key_column_no_2
dylan_just
02/07/2023, 4:21 AMchristoph
02/07/2023, 4:21 AMchristoph
02/07/2023, 4:23 AMdylan_just
02/07/2023, 4:23 AMdylan_just
02/07/2023, 4:33 AMdylan_just
02/07/2023, 4:41 AMchristoph
02/07/2023, 4:41 AMomg it worked. Can I buy you a coffee?At the current price of coffee futures, that might be a good investment to make. 😂
christoph
02/07/2023, 4:43 AMThat seriously saved me hours. Thanks for your help.Glad I could help. I actually used to use the pipelinewise mapper plugin prior to moving to the meltanolabs map transformer. Similarly to the pipelinewise taps and targets, the mapper didn't work for removing key properties either. 😁