rachanadutta commented on code in PR #61258:
URL: https://github.com/apache/airflow/pull/61258#discussion_r2746702540


##########
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:
   Thanks for pointing this out!
   
   I checked the previous discussion in #51741, and you’re right — the 
uniqueness of
   `task_instance_key_str` is not guaranteed and has been a point of contention.
   
   I’ll update the description to remove the word “unique” and add a clarifying 
note
   that this value is a human-readable identifier rather than a globally unique 
key,
   while keeping the asset-triggered DAG context intact.



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