mik-laj commented on a change in pull request #8994:
URL: https://github.com/apache/airflow/pull/8994#discussion_r429683224
##########
File path: airflow/config_templates/config.yml
##########
@@ -672,7 +672,7 @@
version_added: ~
type: string
example: ~
- default: "Airflow HiveOperator task for
{{hostname}}.{{dag_id}}.{{task_id}}.{{execution_date}}"
Review comment:
The double `{` character was used here, so everything should work.
```
>>> "{{ AA }}".format("AA")
'{ AA }'
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]