hawkar_mahmod
05/13/2025, 2:29 PMtarget-redshift
plugin which comes from a fork of a previously discoverable plug. The fork is my own. Most of my ETL pipelines use this to load to redshift. But I want to add the discoverage target-redshift
from TicketSwap (the Meltano default), and move pipelines over one by one. I'm not sure if I am doing this right. The Meltano docs are confusing on this.
- name: target-redshift
variant: transferwise
pip_url:
git+<https://github.com/hrm13/pipelinewise-target-redshift.git@sso-credential-provider-support>
- name: target-redshift--ts
inherit_from: target-redshift
variant: ticketswap
pip_url: git+<https://github.com/TicketSwap/target-redshift.git>
hawkar_mahmod
05/13/2025, 2:29 PMmeltano run
the new plugin does not appear to be used.visch
05/13/2025, 2:37 PMvisch
05/13/2025, 2:38 PMhawkar_mahmod
05/13/2025, 2:42 PM- name: target-redshift--old
variant: transferwise
inherit_from: target-redshift
pip_url:
git+<https://github.com/hrm13/pipelinewise-target-redshift.git@sso-credential-provider-support>
- name: target-redshift--ts
inherit_from: target-redshift
variant: ticketswap
pip_url: git+<https://github.com/TicketSwap/target-redshift.git>
hawkar_mahmod
05/13/2025, 2:42 PMvisch
05/13/2025, 2:48 PM