shahar1 commented on code in PR #61258:
URL: https://github.com/apache/airflow/pull/61258#discussion_r2746673442
##########
airflow-core/docs/templates-ref.rst:
##########
@@ -74,8 +89,13 @@ Variable Type
Description
``{{ var.value }}`` Airflow
variables. See `Airflow Variables in Templates`_ below.
``{{ var.json }}`` Airflow
variables. See `Airflow Variables in Templates`_ below.
``{{ conn }}`` Airflow
connections. See `Airflow Connections in Templates`_ below.
-``{{ task_instance_key_str }}`` str | A unique,
human-readable key to the task instance. The format is
+``{{ task_instance_key_str }}`` str | A unique,
human-readable key to the task instance.
Review Comment:
There has been a dispute regarding the uniqueness of the
`task_isntance_key_str` in a past PR
(https://github.com/apache/airflow/pull/51741/). Could you please check if it's
true and update the description accordingly?
--
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]