harrisjoseph opened a new pull request #10839: URL: https://github.com/apache/airflow/pull/10839
This PR populates the **Configuration JSON** text-area in the '**Trigger DAG**' UI with the DAG's `param` dict. Currently the UI looks like this:  When a job can be run with many parameters, it may be easier to provide users with the default values that they can change. An artist's rendition of the proposed change:  Fortunately for me, the `conf` parameter was already present in the template: https://github.com/apache/airflow/blob/master/airflow/www/templates/airflow/trigger.html#L31 I will add / change some tests for this shortly --- A minor aside here - I love this addition to the UI, I think I'm going to be using it a lot in the very near future. Huge thanks to @dacohen and all of the reviewers & maintainers involved in this feature 🙌 ---------------------------------------------------------------- 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]
