Mindaugas Nižauskas
06/30/2025, 5:06 AMEdgar Ramírez (Arch.dev)
06/30/2025, 6:08 PMwe cannot modify it easily, because pipelinewise now maintains a single repository of all tapsIt's really no more complicated than modifying any other tap, just fork it, make your changes and update the
pip_url
. The only difference is you need to add a subdirectory
fragment to the git URI:
https://github.com/meltano/hub/blob/83d73212cab51a6c8d038db7757421629c663433/_data/meltano/extractors/tap-mysql/transferwise.yml#L17C63-L17C75
On the other hand, we have https://github.com/MeltanoLabs/tap-mysql, but how incremental or log-based replication is configured or modified? Or is it still needs to be developed?I've been somewhat distant from the development of this tap, but I don't think log-based replication is currently supported, but issues and PRs are always welcome.
Mindaugas Nižauskas
07/01/2025, 7:04 AMEdgar Ramírez (Arch.dev)
07/01/2025, 5:54 PM