XCom backend confusion for Operator Extra Links #59914
Unanswered
hanxdatadog
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Folks. In our Airflow project we are utilizing the operator extra links feature to provide additional information following the instructions here. We dynamically set the link values via xcom as the example and we are using a custom xcom backend (XComObjectStorageBackend).
The issue we are seeing is, when the tasks are running, the links are resolved to the object storage key, but in the end they will be resolved correctly to the value. After digging into the source code, I realized:
My question is, is there any specific reasons why we only use DB xcom backend for operator links? Any objections if I try to enable it for the configured custom backend?
Beta Was this translation helpful? Give feedback.
All reactions