ephraimbuddy commented on issue #37332: URL: https://github.com/apache/airflow/issues/37332#issuecomment-2018474312
The problem here is that you have a 5-second timeout on the DAG. Not sure why it didn't log but I'll investigate. By definition, skipped is a success state see https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/dag-run.html#dag-run-status and dag should be marked success but because it timeout, it marked it as failed. -- 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]
