talnagar edited a comment on pull request #21851:
URL: https://github.com/apache/airflow/pull/21851#issuecomment-1063806085


   @uranusjr not sure I understand what you mean. add a separate function in 
models/dagrun.py to look for duplicate run ids instead of using the existing 
find?
   I see there is a function for finding duplicates DagRun.find_duplicate():
   
https://github.com/apache/airflow/blob/8c3f47948fb1679f0f9e617973236a2287f9bd51/airflow/models/dagrun.py#L365
   maybe I should switch to using it instead of DagRun.find()


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