eladkal commented on issue #22006: URL: https://github.com/apache/airflow/issues/22006#issuecomment-2088864728
I prefer option 1. We need to remember that pausing DAG can also be done from API/CLI and not just the UI. We can simply deprecate `is_paused_upon_creation` and replace it with new parameter to represent all possible options. similar to what we did with K8s delete pod option https://github.com/apache/airflow/pull/30718 where we deprecated boolean option `is_delete_operator_pod` in favor of `on_finish_action` (Enum) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
