ferruzzi commented on PR #66611:
URL: https://github.com/apache/airflow/pull/66611#issuecomment-4444011408

   What is the plan for plumbing the dag_id, run_id, etc through here?  You 
don't seem to have addressed thr "motivation" part of your description.  The 
reason I didn't include this one in the initial batch of comms channels was 
because GetXCom requires those and I didn't want users to have to manually 
provide those like `XCom.get(dag_id=context["dag_id"], 
run_id=context["run_id"], task_id="upstream_task", key="return_value")`, it 
should work the same way as a task so that context info needs to get provided 
"magically" somehow.


-- 
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: [email protected]

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

Reply via email to