ashb commented on a change in pull request #14776:
URL: https://github.com/apache/airflow/pull/14776#discussion_r595053731



##########
File path: airflow/models/dag.py
##########
@@ -1112,17 +1112,19 @@ def topological_sort(self, include_subdag_tasks: bool = 
False):
     @provide_session
     def set_dag_runs_state(
         self,
+        dag_ids: List[str] = None,

Review comment:
       Please add this parameter to the end of the arg list instead




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


Reply via email to