pateash commented on issue #36239:
URL: https://github.com/apache/airflow/issues/36239#issuecomment-1863174779

   @eladkal How I am thinking about this now, we have few options
   
   1. We can have config variable/env 
[variables](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html)
   ```
   [core]
   dags_are_paused_at_creation 
   ```
   2. Adding an argument in Dag Object to do this at every dag level, which 
would require an entry in DagModel and table.
   eg. 
   `is_paused_upon_creation 
   ` in DAG object
   3. doing both similar to above **is_paused_upon_creation**
   Let me know your thoughts.


-- 
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]

Reply via email to