sujit
07/15/2021, 8:52 AMvisch
07/15/2021, 12:10 PMsujit
07/15/2021, 1:06 PMedgar_ramirez_mondragon
07/15/2021, 2:59 PMmeltano config <plugin> set
making sure you've deployed in read-only mode. There's more details on the configuration layers in the docs: https://meltano.com/docs/configuration.html#configuration-layersdouwe_maan
07/15/2021, 3:33 PM--store=db
to meltano config <plugin> set
to force it to store in the system DB: https://meltano.com/docs/command-line-interface.html#configdouwe_maan
07/15/2021, 3:33 PMplugin_settings
table directly: https://meltano.com/docs/project.html#system-databasesujit
07/16/2021, 9:07 AMsujit
07/16/2021, 10:35 AMdouwe_maan
07/16/2021, 2:49 PMmeltano.yml
, not the system database. If you want to run a tap/target combination with different settings determined at runtime (and possibly loaded from a database), I suggest explicitly invoking meltano elt <tap> <target> --job_id=<some-job-id>
with the dynamically determined config values injected through environment variablessujit
07/19/2021, 3:57 AM