Quick question, how can I pass environment variabl...
# best-practices
t
Quick question, how can I pass environment variables in
meltano.yml
? For credentials for example. I was thinking to do similar to the example from great_expectations doc (https://docs.greatexpectations.io/en/0.11.6/how_to_guides/configuring_data_contexts/how_t[…]le_or_environment_variables_to_populate_credentials.html)
k
Hey 👋 Meltano can be configured in a similar way. Any environment variables of the form
<PLUGIN_NAME>_<SETTING_NAME>
will be found and applied. Full details are here in the docs, but I recommend using
meltano config <plugin> list
to view the available config fields and their corresponding ENV var key names if you just want to get going 👍