The GitHub Actions job "Tests AMD" on airflow.git/serialized-param-never-raise 
has failed.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
c186e56ee772d9ea129639c277cd8e36167af753 / Tzu-ping Chung <[email protected]>
Make SerializedParam.resolve not raise by default

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 not raise instead.

In cases where we *do* want to raise, the bare exceptions will do. This
should be requested explicitly so it's made clear they should be handled
at the call site.

Report URL: https://github.com/apache/airflow/actions/runs/18704136127

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to