You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/12/19 04:04:38 UTC

[GitHub] [airflow] subkanthi commented on a change in pull request #20404: Fix mypy errors in airflow/operators

subkanthi commented on a change in pull request #20404:
URL: https://github.com/apache/airflow/pull/20404#discussion_r771894295



##########
File path: airflow/operators/trigger_dagrun.py
##########
@@ -167,6 +167,9 @@ def execute(self, context: Dict):
             else:
                 raise e
 
+        if not dag_run:

Review comment:
       Need to validate if this is OK to do




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org