subhash_gopalakrishnan
03/04/2021, 2:37 AMmeltano elt
, I run into a difficult while scheduling. If I meltano schedule add
and then run the schedule later with meltano schedule run
, I need to provide the environment variables during the run. I assume this can become a problem if I use an orchestrator. Is there any tips for "freezing" the config while creating the schedule so that it can be freely invoked by the orchestrator or CLI without worrying about providing config at that point?visch
03/04/2021, 2:56 AMsubhash_gopalakrishnan
03/04/2021, 3:05 AMorchestrate/dags/meltano.py)
. I am hoping there's an easier way 🙂visch
03/04/2021, 3:18 AMsubhash_gopalakrishnan
03/04/2021, 3:38 AMvisch
03/04/2021, 2:00 PMdouwe_maan
03/04/2021, 3:45 PMenv
property under schedules
documented in https://meltano.com/docs/project.html#schedules?douwe_maan
03/04/2021, 3:45 PMsubhash_gopalakrishnan
03/04/2021, 3:48 PM