shiavm006 opened a new pull request, #59154: URL: https://github.com/apache/airflow/pull/59154
`XCom.get_value()` crashes with `ImportError` when called from extra link plugins because `SUPERVISOR_COMMS` only exists in task execution context, not in API server context. - Added fallback to read XCom from database when `SUPERVISOR_COMMS` is unavailable - All XCom retrieval methods (`get_one`, `get_all`, `_get_xcom_db_ref`) now check for `SUPERVISOR_COMMS` and fallback to database reads automatically closes: #59093 -- 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]
