You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "foreverseer (via GitHub)" <gi...@apache.org> on 2024/04/16 08:17:02 UTC

[I] why xcom api only provide read api without write api? [airflow-client-python]

foreverseer opened a new issue, #108:
URL: https://github.com/apache/airflow-client-python/issues/108

   use xcom to add info to task is very common, but only read api in this lib, with out write api
   ![image](https://github.com/apache/airflow-client-python/assets/24448028/ece88f7e-466a-43c4-bbe5-47d8f27705c9)
   


-- 
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: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] why xcom api only provide read api without write api? [airflow-client-python]

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk commented on issue #108:
URL: https://github.com/apache/airflow-client-python/issues/108#issuecomment-2058791047

   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. 


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] why xcom api only provide read api without write api? [airflow-client-python]

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk closed issue #108: why xcom api only provide read api without write api?
URL: https://github.com/apache/airflow-client-python/issues/108


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org