kaxil commented on a change in pull request #18166:
URL: https://github.com/apache/airflow/pull/18166#discussion_r706642661



##########
File path: airflow/www/templates/airflow/trigger.html
##########
@@ -47,6 +47,9 @@ <h2>Trigger DAG: {{ dag_id }}</h2>
     </div>
     <p>
       To access configuration in your DAG use <code>{{ '{{ dag_run.conf }}' 
}}</code>.
+      {% if is_dag_run_conf_overrides_params %}
+        Alternatively, you can use <code>{{ '{{ params }}' }}</code> as well 
to access these.

Review comment:
       ```suggestion
           <code>[core] dag_run_conf_overrides_params</code> is set to `True` 
so passing any configuration here will override task params which can be 
accessed via <code>{{ '{{ params }}' }}</code>.
   ```




-- 
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]


Reply via email to