Michael Sandt
02/20/2025, 5:51 PMMichael Sandt
02/20/2025, 5:58 PMstripping trailing 0
or similar. Wondering if that's a supported pattern.Edgar Ramírez (Arch.dev)
02/20/2025, 6:11 PMpip_url
. How does the meltano.yml
look like?Michael Sandt
02/20/2025, 6:20 PMplugins:
extractors:
- name: tap-postgres
variant: transferwise
pip_url: pipelinewise-tap-postgres==1.8.0
our actual tap logic - so we'd want one set running on 1.8 and another on 2.1
plugins:
extractors:
- name: tap-postgres--core
inherit_from: tap-postgres
config:
- name: tap-postgres--core-bulk
inherit_from: tap-postgres--core
pip_url: pipelinewise-tap-postgres==2.1.0
config:
limit: 100000
Michael Sandt
02/20/2025, 6:20 PMEdgar Ramírez (Arch.dev)
02/20/2025, 6:45 PMbase file
? how are you including that?Michael Sandt
02/20/2025, 10:38 PMpg_base
-> specific integrations that we would override. We got it figured out btw - just an env error