GitHub user shivaam edited a comment on the discussion: GlueJobOperator in deferred mode does not include final status details
Hey Simon, I've been working on a related PR for GlueJobOperator deferrable mode missing verbose logs - [#63086](https://github.com/apache/airflow/pull/63086). I think I know what's causing the issue that you have mentioned — the trigger raises AirflowException directly when the job fails instead of yielding a TriggerEvent, so execute_complete never runs and you lose the detailed error. I'll put together a fix PR in the next couple of days! Can you create an issue for this - that glue job does not return the error message if it fails under deferred state. I will submit a fix for this soon. GitHub link: https://github.com/apache/airflow/discussions/63706#discussioncomment-16265058 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
