rachanadutta opened a new pull request, #60638:
URL: https://github.com/apache/airflow/pull/60638

   The Airflow 3.1.x documentation describes accessing `source_dag_run` from
   `triggering_asset_events` in Jinja templates. However, this attribute is not
   exposed to the template context in Airflow 3.1.x and is only available in
   later versions, which can lead to runtime template rendering errors when
   users follow the documented examples.
   
   This PR adds a version note to the documentation to clarify the availability
   of `source_dag_run` and prevent confusion for users working with Airflow
   3.1.x.
   
   closes: #60579 
   


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