raphaelauv commented on PR #40915: URL: https://github.com/apache/airflow/pull/40915#issuecomment-2242198339
yes I can introduce a `skip_policy` parameters and keep the other settings. what about ``` FAIL_ON_ERROR ( default ) SKIP_ON_ANY_ERROR ( never_fail ) SKIP_ONLY_SOFT_ERROR ( soft_fail ) IGNORE_ERRORS ( silent_fail ) ``` ? -- 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]
