Open
Description
Is your feature request related to a problem? Please describe.
It is tedious to specify all outputs per notebook in the pipeline editor.
Describe the solution you'd like
If a env. variable name starts with output_ then the default value is automatically added to the outputs (like done for the env. variables). Example:
If the following line of code is present in the notebook:
output_model_zip = os.environ.get('output_model_zip', 'model.zip')
then the output is automatically added as below
Describe alternatives you've considered
The only alternative I can think if is knowing the output file names of the notebook and add them manually