uranusjr opened a new pull request, #56923: URL: https://github.com/apache/airflow/pull/56923
This function is only called in protected processes, where we are always supposed to do error-handling anyway (so the process does not crash). Since we only need to have a reasonable resolution in these cases, not an accurate value (only needed when the SDK Param is used), we should just never raise instead. cc @ephraimbuddy This now no longer uses ParamValidationError so we can just move it into the task SDK cc @fredthomsen to make sure this does not break UI again. -- 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]
