Python client for using Prefect Cloud with Saturn Cloud
prefect-saturn prefect-saturn is a Python package that makes it easy to run Prefect Cloud flows on a Dask cluster with Saturn Cloud. For a detailed tutorial, see “Fault-Tolerant Data Pipelines with Prefect Cloud “. Installation prefect-saturn is available on PyPi. pip install prefect-saturn prefect-saturn can be installed directly from GitHub pip install git+https://github.com/saturncloud/[email protected] Getting Started prefect-saturn is intended for use inside a Saturn Cloud environment, such as a Jupyter notebook. import prefect from prefect import Flow, task from prefect_saturn import […]
Read more