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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to