dag: Add noParamOverride
optional field to the DAG
level fields
#801
Milestone
noParamOverride
optional field to the DAG
level fields
#801
Add a new optional field to prevent users from overriding default parameters for a given DAG.
This feature involves the following tasks:
internal/dag
: Add a new builder function for thenoParamOverride
field.Example configuration:
cmd
andagent
: Modify to throw an error if parameters are provided for a DAG withnoParamOverride
set totrue
.ui
: Update theStart
dialog to hide input fields whennoParamOverride
is specified.doc
: Update the schema documentation to include details about the new field.The text was updated successfully, but these errors were encountered: