ashb commented on a change in pull request #5473: [AIRFLOW-4844] Added optional 
is_paused_upon_creation argument for da…
URL: https://github.com/apache/airflow/pull/5473#discussion_r296926655
 
 

 ##########
 File path: airflow/models/dag.py
 ##########
 @@ -186,7 +190,8 @@ def __init__(
         on_failure_callback: Optional[Callable] = None,
         doc_md: Optional[str] = None,
         params: Optional[Dict] = None,
-        access_control: Optional[Dict] = None
+        access_control: Optional[Dict] = None,
+        is_paused_upon_creation: Optional[bool] = None
 
 Review comment:
   ```suggestion
           is_paused_upon_creation: Optional[bool] = None,
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to