SamWheating commented on a change in pull request #19758:
URL: https://github.com/apache/airflow/pull/19758#discussion_r755335660



##########
File path: airflow/api_connexion/endpoints/dag_endpoint.py
##########
@@ -86,10 +86,13 @@ def get_dags(limit, session, offset=0, only_active=True, 
tags=None, dag_id_patte
 
 @security.requires_access([(permissions.ACTION_CAN_EDIT, 
permissions.RESOURCE_DAG)])
 @provide_session
-def patch_dag(session, dag_id, update_mask=None):
+def patch_dag(session, dag_id, update_mask=None, multi=False):

Review comment:
       I think that this sounds like a good solution, but I would suggest that 
we still include a `dag_id_pattern` argument for filtering DAG IDs (which would 
then be consistent with the `GET /dags` endpoint)




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