gopidesupavan commented on code in PR #48596:
URL: https://github.com/apache/airflow/pull/48596#discussion_r2021769885


##########
task-sdk/src/airflow/sdk/execution_time/context.py:
##########
@@ -583,3 +584,26 @@ def context_get_outlet_events(context: Context) -> 
OutletEventAccessorsProtocol:
     except KeyError:
         outlet_events = context["outlet_events"] = OutletEventAccessors()
     return outlet_events
+
+
+def _get_dag_run_count_by_run_ids_and_states(

Review Comment:
   Not sure this is the correct place to keep this method. this method i am 
using inside trigger dagrun run function to get the counts.



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