strong-plumber-41198
no_io_wf
full_bigquery_wf
Python Task
ModuleNotFoundError: No module named 'flytekitplugins.bigquery'
tall-lock-23197
pip install flytekitplugins-bigquery
flytekitplugins-bigquery
poetry run pyflyte run --remote demo/bigquery.py full_bigquery_wf --version 1
custom_image = ImageSpec( name="ray-flyte-plugin", registry="<your-registry>", packages=["flytekitplugins-ray"], ) @task( task_config=ray_config, requests=Resources(mem="2Gi", cpu="2"), container_image=custom_image, ) def ray_task(n: int) -> typing.List[int]: futures = [f.remote(i) for i in range(n)] return ray.get(futures)
ImageSpec
Flyte enables production-grade orchestration for machine learning workflows and data processing created to accelerate local workflows to production.