RNHTTR opened a new issue, #33088: URL: https://github.com/apache/airflow/issues/33088
### Description As far as I can tell, there's currently no way for a consumer DAG to access information of the producer DAG(s) that triggered it. It'd be helpful if there was a `producers` [context variable](https://airflow.apache.org/docs/apache-airflow/stable/templates-ref.html#variables) available to task instances in a consumer that had information such as the producer(s)' dag run and task instance (i.e. the task instance in the producer DAG that wrote to the outlet) objects. ### Use case/motivation See the [associated discussion](https://github.com/apache/airflow/discussions/33069#discussioncomment-6632003). ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
