You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "roc chan (JIRA)" <ji...@apache.org> on 2018/05/20 03:43:03 UTC

[jira] [Created] (AIRFLOW-2493) Mark template_fields of all Operators in the API document as "templated"

roc chan created AIRFLOW-2493:
---------------------------------

             Summary: Mark template_fields of all Operators in the API document as "templated"
                 Key: AIRFLOW-2493
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2493
             Project: Apache Airflow
          Issue Type: Improvement
    Affects Versions: 2.0.0, 1.10
            Reporter: roc chan
            Assignee: roc chan


I saw some words from Concepts-Additional Functionality-Jinjia Templating in the document : [http://airflow.readthedocs.io/en/latest/concepts.html?highlight=xcom#jinja-templating] 

*You can use Jinja templating with every parameter that is marked as “templated” in the documentation. Template substitution occurs just before the pre_execute function of your operator is called.*

But the actual situation of the API document is not like this,only a small portion of template_fields have marked "(templated)", which has caused some confusion. I want every template_fields of all Operators in the API document has marked "(templated)"



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)