uranusjr commented on code in PR #24452:
URL: https://github.com/apache/airflow/pull/24452#discussion_r903696338
##########
docs/apache-airflow/dag-run.rst:
##########
@@ -264,9 +264,33 @@ Example of a parameterized DAG:
bash_command="echo value: {{ dag_run.conf['conf1'] }}",
dag=dag,
)
+
+**Note**: The parameters from ``dag_run.conf`` can only be used in a template
field of an operator.
Review Comment:
Let’s make this a normal paragraph; I feel it reads better combined with the
newly added content. Something like this:
> Note that the parameters from […]. Example of a parametrized DAG […]:
--
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]