uranusjr commented on code in PR #33013:
URL: https://github.com/apache/airflow/pull/33013#discussion_r1281504177
##########
docs/apache-airflow/templates-ref.rst:
##########
@@ -47,16 +47,16 @@ Variable Type
Description
| Example:
``20180101T000000+0000``.
``{{ ts_nodash }}`` str | Same as
``{{ dag_run.logical_date | ts_nodash }}``.
| Example:
``20180101T000000``.
-``{{ prev_data_interval_start_success }}`` `pendulum.DateTime`_ | Start of
the data interval of the prior successful DAG run.
+``{{ prev_data_interval_start_success }}`` `pendulum.DateTime`_ | Start of
the data interval of the prior successful `DAG Run`_.
| ``None`` | Added in
version 2.2.
-``{{ prev_data_interval_end_success }}`` `pendulum.DateTime`_ | End of the
data interval of the prior successful DAG run.
+``{{ prev_data_interval_end_success }}`` `pendulum.DateTime`_ | End of the
data interval of the prior successful `DAG Run`_.
| ``None`` | Added in
version 2.2.
-``{{ prev_start_date_success }}`` `pendulum.DateTime`_ Start date
from prior successful DAG run (if available).
+``{{ prev_start_date_success }}`` `pendulum.DateTime`_ Start date
from prior successful `DAG Run`_ (if available).
| ``None``
-``{{ dag }}`` DAG The
currently running DAG.
-``{{ task }}`` BaseOperator | The
currently running task.
+``{{ dag }}`` DAG The
currently running `DAG`_. You can read more about DAGs in :doc:`DAGs
<core-concepts/dags>`.
Review Comment:
```suggestion
``{{ dag }}`` DAG The
currently running :doc:`DAG <core-concepts/dags>`.
```
Would this work?
--
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]