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 10:54:16 UTC

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

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



##########
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:
       I believe  it's good, though error message could be more descriptive. "Could not find dag_run to trigger" ?.  What do others think ?




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