brki commented on issue #35622: URL: https://github.com/apache/airflow/issues/35622#issuecomment-2015201950
@TiDeane If you're working on this, perhaps you can make a related doc fix too? I noticed that the example given for https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#task-log-prefix-template does not work. Given example is: ``` {ti.dag_id}-{ti.task_id}-{execution_date}-{try_number} ``` That doesn't work (it results in no prefix being added). Corrected, it would be: ``` {{ti.dag_id}]-{{ti.task_id}}-{{execution_date}}-{{ti.try_number}} ``` -- 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]
