Skip to content

Automatically specify all outputs per notebook in the pipeline editor. #2161

Open
@romeokienzler

Description

@romeokienzler

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
image

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions