pangeo-forge / pangeo-forge-gcs-bakery

A repo for building out a pangeo forge bakery in Google Cloud Platform
1 stars 0 forks source link

Upcoming deprecation of to_pipelines #11

Open tracetechnical opened 3 years ago

tracetechnical commented 3 years ago

Test recipe registration gives the error "/srv/conda/envs/notebook/lib/python3.8/site-packages/pangeo_forge_recipes/recipes/base.py:82: FutureWarning: 'to_pipelines' is deprecated. Use one of 'to_function', 'to_dask', or 'to_prefect' directly instead."

We need to look into the right way to do this. May be an error on upstream?

rabernat commented 3 years ago

You should call to_prefect instead.

Where does the calling code live?