GitHub user zachliu added a comment to the discussion: Exclude airflow runner internals from Operator failure tracebacks
@hterik i feel your pain. what i did was set `number_logs_exception = 1` in the `EcsRunTaskOperator` ``` ...useless traceback for non-programming end users airflow.exceptions.AirflowException: This task is not in success state - last 1 logs from Cloudwatch: ~~~~~ THERE ARE ERRORS. PLEASE SCROLL UP TO SEE THEM! ~~~~~~ ``` GitHub link: https://github.com/apache/airflow/discussions/20060#discussioncomment-12331759 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
