Preview Flyte 2 for productionHosted on Union.ai
Async FSSpec

Async FSSpec

flytekitplugins-async-fsspec

FlytekitData & DataFramefsspecasyncfilesystem

The Flyte async fsspec plugin is a powerful addition to the Flyte ecosystem designed to optimize the performance of object transmission. This plugin focuses on overriding key methods of the file systems in fsspec to introduce efficiency improvements, resulting in accelerated data transfers between Flyte workflows and object storage.

Install
pip install flytekitplugins-async-fsspec

Quick Start(example, may need adjustment)

pip install flytekitplugins-async-fsspec

from flytekit import task, workflow
from flytekitplugins.async_fsspec import AsyncS3FileSystem

config = AsyncS3FileSystem(...)

@task
def my_task() -> None:
    ...

@workflow
def my_workflow() -> None:
    my_task()

Available Imports (1)

typeAsyncS3FileSystem

Configuration type for Async FSSpec.

from flytekitplugins.async_fsspec import AsyncS3FileSystem

Related Plugins

Package Info

Min Flytekit1.0.0
Modules1

Downloads

Last day7
Last week96
Last month655