rigerta
05/25/2022, 2:30 PMmeltano.yml file and re-deploying the Meltano project?rigerta
05/25/2022, 2:44 PMadd, run and list are the supported operations (https://gitlab.com/meltano/meltano/-/blob/master/src/meltano/cli/schedule.py)
Do you think this would be a good addition to Meltano? Shall I create an issue for it?
Use case: When a known issue is happening in the source and we temporarily want to stop the schedule from running.
meltano schedule stop/start would be one option, another would be to remove it entirely and add it again once we know the issue has been solved (meltano schedule remove?)alexander_butler
05/25/2022, 3:01 PMmeltano invoke airflow dags pause YOUR_DAG_IDrigerta
05/25/2022, 3:16 PM