You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a possibility to add an "include" section to a script configuration, which would add/fill parameters configuration from another file.
This "include" section can depend on current parameter values, so it will be loaded dynamically while user selects values on UI
There are 2 use cases behind:
Sharing parameters in different configurations
Depending on some parameter, we could include different corresponding additional parameters
For more details and reasoning please read comments in #119