Join Slack
Powered by
Another question from me :D, Is it possible to ove...
# getting-started
m
mert_bakir
06/04/2023, 1:39 PM
Another question from me :D, Is it possible to overwrite a config var on the fly? e.g. meltano run tap-postgres --config var=foo target-postgres
c
christoph
06/04/2023, 9:55 PM
Yes, you will need to use environment variables to override configurations of a plugin:
https://docs.meltano.com/guide/configuration#configuring-settings
You can use
meltano config <plugin_name> list
to get some help with the names of the respective environment variables for a plugin.
Open in Slack
Previous
Next