marc_garcia_sastre
10/05/2021, 2:20 PMaaronsteers
10/05/2021, 2:24 PMaaronsteers
10/05/2021, 2:24 PMmarc_garcia_sastre
10/05/2021, 2:26 PMaaronsteers
10/05/2021, 2:48 PMmarc_garcia_sastre
10/05/2021, 3:16 PMmarc_garcia_sastre
10/05/2021, 3:19 PMyou would probably want to lean more on environment variable-based configcan you point me to the documentation on this, seems like the perfect setup for us
edgar_ramirez_mondragon
10/05/2021, 3:34 PMmy-tap
with a setting named some_config
, you can set the variable MY_TAP_SOME_CONFIG
at runtime to connect to a different database, SaaS API account, etc.marc_garcia_sastre
10/05/2021, 3:34 PMadam_rudd
10/06/2021, 2:03 AMmeltano.yml
it looks like it’s added to the actual plugin’s settings instead)
For each tap/target added via the ui, if it generated an inherited tap/target it’d be extremely useful to self serve withaaronsteers
10/06/2021, 3:17 AMmeltano ui
causes the wrong definition to be updated? If yes, that sounds like it could actually a bug. If you can say a bit more about what you're seeing, would be much appreciated. Thanks.adam_rudd
10/06/2021, 3:19 AMadam_rudd
10/06/2021, 3:22 AMmeltano.yml
file with the pipeline specific settings
• When the Team goes to create pipeline 2, they add the s3 target. Another new inherited entry is created in the meltano.yml
file with the pipeline specific settingssumit_rai
10/06/2021, 2:48 PMken_payne
10/06/2021, 3:28 PM.env
files is not ideal. Thankfully it isn't a common pattern we see 🙂 Most compute environments (including the dockerised ones) provide a way to inject env vars into services on launch from safe key stores, and there are also tools like chamber for setting environment variables from a secrets backend that you can run directly. We are also thinking about adding native support for secrets backends in meltano, and would love thoughts and feedback 🙏aaronsteers
10/06/2021, 5:06 PM