vemikhaylov commented on issue #13653:
URL: https://github.com/apache/airflow/issues/13653#issuecomment-763031076


   > Can I clarify my understanding? When you run a dag and pass config: {}, 
these are values that should be passed to the corresponding parameter keys, yes?
   
   If I understand it correctly, you mean here the [`-c, --conf` 
argument](https://airflow.apache.org/docs/apache-airflow/stable/cli-and-env-variables-ref.html#Named%20Arguments_repeat19)
 (see example 
[there](https://github.com/apache/airflow/blob/master/airflow/example_dags/example_trigger_target_dag.py#L62)),
 which is accessed through `dag_run.conf`. It can be set up dynamically for 
each DAG run and is not specified in any way.
   
   It seems to me that `params` and `conf` are two separate different things.


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


Reply via email to