The GitHub Actions job "Tests" on 
airflow.git/fix/eks-pod-operator-credential-refresh-issue-57585 has failed.
Run started by GitHub user eladkal (triggered by eladkal).

Head commit for run:
545f65888fb0cc42aad7bb0d9cae87b4acad04f2 / aviralgarg05 <[email protected]>
Fix: Initialize result variable in extract_xcom_json to prevent NameError

The result variable was only assigned inside the with block, but was
referenced outside it. If kubernetes_stream() or any operation inside
the with block raised an exception before result was assigned, accessing
result at line 920 would cause a NameError.

Initialize result = None before the with block to ensure it's always defined.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to