jupyter-naas / naas

Low-code Python library to safely use notebooks in production: schedule workflows, generate assets, trigger webhooks, send notifications, build pipelines, manage secrets (Cloud-only)
https://app.naas.ai/
GNU Affero General Public License v3.0
283 stars 25 forks source link

naas.pipeline() - Setup the output_dir as parameters to get the pipeline_executions #373

Closed FlorentLvr closed 1 year ago

FlorentLvr commented 1 year ago

As user, I would like to be able to setup the output_dir of my pipeline executions.

For data products, this output dir would be stored in outputs/ in naas file system.

image

image