uranusjr commented on pull request #16648:
URL: https://github.com/apache/airflow/pull/16648#issuecomment-868181917
For other reviewers: `conf` is a global variable made available by `from
airflow import conf`. The `trigger` view does not contain a `conf` local
variable, only `request_conf = request.values.get("conf")`, `default_conf`
(either `request_conf` or `json.dumps(dag.params)`), and `run_conf` populated
here.
--
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]