ono
04/06/2023, 2:32 PMincremental
on stream file and my meltano.yml file. Additionally, I am also calling the state when running meltano elt. Did I miss something? Fyi I am use custom tap which built by ex colleague.edgar_ramirez_mondragon
04/13/2023, 3:25 PMstate
capability in `meltano.yml`: https://github.com/edgarrmondragon/tap-bitso/blob/ed6d1696ddbd3b1c33897416f1453b673cdc4a82/meltano.yml#L10-L15
• That the tap calls get_starting_timestamp or get_starting_replication_key_value where the replication value is needed to filter results: https://github.com/edgarrmondragon/tap-bitso/blob/ed6d1696ddbd3b1c33897416f1453b673cdc4a82/tap_bitso/client.py#L87-L98ono
04/17/2023, 6:43 PMstate
has been written on meltano.yml
• get_starting_timestamp
also has been impelemented on client.py as I used updated_at as replication_key a
However, still it also run as full load.
Do I miss something here ?edgar_ramirez_mondragon
04/17/2023, 6:44 PMono
04/17/2023, 6:46 PMmeltano --log-level=debug --environment local elt tap-xxx target-postgres --state-id dev-test
I used this command.edgar_ramirez_mondragon
04/18/2023, 4:55 PM--state-id
. If you run the tap with meltano invoke tap-xxx
do you see a {"type": "STATE", …}
message at the end?ono
04/25/2023, 4:21 PMono
04/25/2023, 4:22 PMedgar_ramirez_mondragon
04/25/2023, 4:56 PM