Does anyone have a link towards documentation on M...
# getting-started
s
Does anyone have a link towards documentation on Meltano environments? I've found bits and pieces (https://docs.meltano.com/concepts/environments) but can't find documentation on some of the keywords (ex: organizations, env, etc.)
e
Hi @Stéphane Burwash! Those keywords come from different places.
organizations
is a setting of tap-github, while
env
is indeed an Environment feature (not well documented, see #3387). It's a mapping of environment variables that will injected at runtime in the plugin process when you call
meltano invoke
,
meltano run
, etc.
s
@edgar_ramirez_mondragon thanks!