ashb commented on issue #12587: URL: https://github.com/apache/airflow/issues/12587#issuecomment-733205368
Is there a chance that the dagrun already exists in this case? That might be the bug. - -in the `if self.reset_dag_run` path `dag_run` is never set. @turbaszek I think that's why flake8 was "okay" with it -- it the `try` block on L122 `dag_run` is created. ---------------------------------------------------------------- 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]
