uranusjr commented on code in PR #34715:
URL: https://github.com/apache/airflow/pull/34715#discussion_r1363448598
##########
airflow/sensors/external_task.py:
##########
@@ -351,7 +352,7 @@ def execute_complete(self, context, event=None):
self.log.info("External task %s has executed successfully.",
self.external_task_id)
return None
elif event["status"] == "timeout":
- raise AirflowException("Dag was not started within 1 minute,
assuming fail.")
+ raise AirflowException("Dag was not started within timeout,
assuming fail.")
Review Comment:
Is it possible to show the timeout used in the message? I feel this might
help debugging.
--
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]