wesseljt
10/04/2023, 3:29 PMwesseljt
10/04/2023, 3:30 PM# Env specific file (like cicd)
- name: tap-postgres--rds
load_schema: test
select:
- "!public-customer_addr.*"
config:
start_date: ${N_HOURS_AGO}
host: postgres.qa.test.com
password: ${TAP_POSTGRES__RDS_PW}
#Extractor .yml (meltano.yml)
- name: tap-postgres--rds
inherit_from: tap-postgres
variant: meltanolabs
pip_url: git+<https://github.com/MeltanoLabs/tap-postgres.git>
config:
user: user
database: test
select:
- public-customer_addr.*
- public-product_lines.*
- public-product_lines2.*
wesseljt
10/04/2023, 3:31 PMwesseljt
10/04/2023, 6:34 PM