You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/07 07:40:19 UTC

[GitHub] [airflow] uranusjr commented on issue #16371: Make `XCom.get_one()` + `get_many()` accept run_id

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

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