ploomber / soopervisor

☁️ Export Ploomber pipelines to Kubernetes (Argo), Airflow, AWS Batch, SLURM, and Kubeflow.
https://soopervisor.readthedocs.io
Apache License 2.0
45 stars 18 forks source link

Fix workflow sample notebook url #90

Closed 94rain closed 2 years ago

94rain commented 2 years ago

Describe your changes

I was following this tutorial to build the docker image with docker build --tag ploomber-workflow . in tutorials/workflow

It failed while downloading a notebook. image

Looks like it is due to the migration of these notebooks from the ploomber/soorgeon repo to the ploomber/ci-notebooks repo.

I updated the notebook URL to link to the ci-notebooks repo.

I think we also need CI for building docker images to prevent issues like from happening.

Issue ticket number and link

N/A

Checklist before requesting a review