Description
Allow users to re-use recent DagRun configurations upon running a DAG.
This can be achieved by adding a dropdown that contains some information about recent configurations. When user selects an item, the relevant JSON configuration can be pasted to the "Configuration JSON" textbox.



Use case/motivation
Commonly, DAGs are triggered using repetitive configurations. Sometimes the same configuration is used for triggering a DAG, and sometimes, the configuration differs by just a few parameters.
This interaction forces a user to store the templates he uses somewhere on his machine or to start searching for the configuration he needs in dagrun/list/, which does take extra time.
It will be handy to offer a user an option to select one of the recent configurations upon running a DAG.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
Description
Allow users to re-use recent DagRun configurations upon running a DAG.



This can be achieved by adding a dropdown that contains some information about recent configurations. When user selects an item, the relevant JSON configuration can be pasted to the "Configuration JSON" textbox.
Use case/motivation
Commonly, DAGs are triggered using repetitive configurations. Sometimes the same configuration is used for triggering a DAG, and sometimes, the configuration differs by just a few parameters.
This interaction forces a user to store the templates he uses somewhere on his machine or to start searching for the configuration he needs in
dagrun/list/, which does take extra time.It will be handy to offer a user an option to select one of the recent configurations upon running a DAG.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct