-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Most ETL executions require data as an input(even if empty) and will also often require some context.
- Add a new input section that will be read as the default value if no input is given. This is optional!
input:
default:
value: []- Add a new context section; context can also be appended to make execution easier.
context:
default:
value: {myKey: 1}
behaviour: merge # or replaceIf behaviour is merge then the parameters inputed in the command line will be merged with those in the default. In replace mode the input will completely replace the default value. The default behaviour is append.
Both these sections needs to be optional not to create a BC break.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
Done