mik-laj opened a new issue #9111:
URL: https://github.com/apache/airflow/issues/9111


   Hello 
   
   We need to create several endpoints that perform basic CRUD operations on 
**XCOM Entries*. We need the following endpoints:
   
   POST /dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/xcomEntries
   DELETE 
/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/xcomEntries/{xcom_key}
   PATCH 
/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/xcomEntries/{xcom_key}
   
   It depends on https://github.com/apache/airflow/issues/8134
   
   Detailed information is available in the issue:
   https://github.com/apache/airflow/issues/8118
   
   LOVE,


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to