[Doc] Correct description for macro task_instance_key_str (#11062)

Correction based on code https://github.com/apache/airflow/blob/master/airflow/models/taskinstance.py
This commit is contained in:
Xiaodong DENG 2020-09-21 22:28:11 +02:00 коммит произвёл GitHub
Родитель c362d691fc
Коммит 2afb20dffa
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -68,7 +68,7 @@ Variable Description
with deserialized JSON object, append the path to the
key within the JSON object
``{{ task_instance_key_str }}`` a unique, human-readable key to the task instance
formatted ``{dag_id}_{task_id}_{ds}``
formatted ``{dag_id}__{task_id}__{ds_nodash}``
``{{ conf }}`` the full configuration object located at
``airflow.configuration.conf`` which
represents the content of your