uranusjr commented on issue #16371:
URL: https://github.com/apache/airflow/issues/16371#issuecomment-875367435


   Similar to how we plan to associate `TaskInstance` to `DagRun` via `run_id` 
(instead of implicitly via `execution_date`), would it make sense to also add a 
`run_id` column on XCom as well? That (plus backfilled values) would make this 
a lot easier; currently since XCom only has `dag_id` and `execution_date`, we 
need to do an SQL join to filter with `run_id`.


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