You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/06/25 03:50:13 UTC

[GitHub] [airflow] uranusjr commented on pull request #16648: Fix "Invalid JSON configuration, must be a dict"

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:
users@infra.apache.org