julian_knight
07/23/2020, 5:14 AMmeltano.yml like this wouldn't solve that problem?
plugins:
extractors:
- name: tap-google-analytics-site-1
label: Google Analytics Site 1
pip_url: git+<https://gitlab.com/meltano/tap-google-analytics.git>
config:
view_id: 123456789
key_file_location: $GOOGLE_ANALYTICS_API_SITE_1_CLIENT_SECRETS
- name: tap-google-analytics-site-2
label: Google Analytics Site 2
pip_url: git+<https://gitlab.com/meltano/tap-google-analytics.git>
config:
view_id: 987654321
key_file_location: $GOOGLE_ANALYTICS_API_SITE_2_CLIENT_SECRETS
meltano elt tap-google-analytics-site-1 target-postgres
meltano elt tap-google-analytics-site-2 target-postgresadam_roderick
07/23/2020, 12:05 PMadam_roderick
07/23/2020, 12:05 PMjulian_knight
07/23/2020, 2:03 PM