uranusjr commented on code in PR #51949:
URL: https://github.com/apache/airflow/pull/51949#discussion_r2162962130


##########
airflow-core/docs/templates-ref.rst:
##########
@@ -83,6 +83,11 @@ Variable                                    Type             
     Description
                                             list[AssetEvent]]     | (there may 
be more than one, if there are multiple Assets with different frequencies).
                                                                   | Read more 
here :doc:`Assets <authoring-and-scheduling/asset-scheduling>`.
                                                                   | Added in 
version 2.4.
+``{{ mark_success_url }}``                  str | None            |URL to mark 
the DAG run as successful in the Airflow UI.
+``{{ log_url }}``                           str | None            |URL to the 
log for the current DAG run or task instance.
+``{{ dag_run_url }}``                       str | None            |URL to the 
DAG run details page in the Airflow UI.
+``{{ end_date }}``                          DateTime | None       |The end 
date/time of the DAG run.
+``{{ max_tries }}``                         int | None            |The maximum 
number of tries for the task instance.

Review Comment:
   I think this should be removed now they are not being added



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