raghav_nayak
05/20/2021, 11:37 AMtap-postgres to target-bigquery? Can I keep multiple meltano.yml like meltano_A.yml and meltano_B.yml? how to maintain DB credentials in .env file?
or Do I need to create separate meltano projects for different DBs?jules_huisman
05/20/2021, 1:00 PMtap-postgres but I think you can use plugin inheritance to create multiple extractors for the different databases. You can use inherit_from and point that to your generic postgres extractor. https://meltano.com/docs/project.html#inheriting-plugin-definitionstaylor
05/20/2021, 2:21 PM