apache / airflow-client-python

Apache Airflow - OpenApi Client for Python
https://airflow.apache.org/
Apache License 2.0
356 stars 53 forks source link

why xcom api only provide read api without write api? #108

Closed foreverseer closed 6 months ago

foreverseer commented 7 months ago

use xcom to add info to task is very common, but only read api in this lib, with out write api image

potiuk commented 6 months ago

XCom is written by tasks. If you want to add a new feature of "simulating" what tasks are doing, that's likely a big new feature that should be proposed and discussed on devlist.