jedcunningham edited a comment on issue #17295:
URL: https://github.com/apache/airflow/issues/17295#issuecomment-888556091
@fjmacagno, I think you may be confusing `params` with the DagRun `conf`.
```
DummyOperator(task_id="task1", params={"hello": "world"})
```

You can see an example of it in the tutorial:
https://airflow.apache.org/docs/apache-airflow/stable/tutorial.html
The DagRun `conf` is displayed on the DagRun list (under "Browse -> Dag
Runs"):

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