olchas commented on a change in pull request #11061:
URL: https://github.com/apache/airflow/pull/11061#discussion_r492527472
##########
File path: airflow/models/baseoperator.py
##########
@@ -271,6 +271,9 @@ class derived from this one results in the creation of a
task object,
template_fields: Iterable[str] = ()
# Defines which files extensions to look for in the templated fields
template_ext: Iterable[str] = ()
+ # Template filed renderers indicating type of the filed for example sql,
json
Review comment:
```suggestion
# Template field renderers indicating type of the field, for example
sql, json
```
----------------------------------------------------------------
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]