Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle Custom XCom Backend on Task SDK #45481

Open
kaxil opened this issue Jan 8, 2025 · 0 comments
Open

Handle Custom XCom Backend on Task SDK #45481

kaxil opened this issue Jan 8, 2025 · 0 comments
Assignees

Comments

@kaxil
Copy link
Member

kaxil commented Jan 8, 2025

Follow-up of #45231 to move XCom Backend on Task SDK.

As mentioned on #45231, it will be the client's responsibility to serialize and deserialize before sending it to the API server to support multiple language.

For XCom Backends, where you want to stop sending MBs or GBs of data to the DB (via the API-server), we will handle this on the client side so the data is sent from the Worker (and client) itself.

https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/xcoms.html#custom-xcom-backends

@kaxil kaxil self-assigned this Jan 8, 2025
@kaxil kaxil converted this from a draft issue Jan 8, 2025
@dosubot dosubot bot added the area:core label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant