This is the Flyte SDK (v2) version of this plugin. The Flytekit version is available as flytekitplugins-omegaconf.
OmegaConf DictConfig/ListConfig support for Flyte
flyteplugins-omegaconf
Enables OmegaConf DictConfig and ListConfig as typed inputs and outputs for Flyte tasks.
pip install flyteplugins-omegaconfQuick Start(example, may need adjustment)
pip install flyteplugins-omegaconf
from flytekit import task, workflow
from flyteplugins.omegaconf import DictConfigTransformer, ListConfigTransformer
config = DictConfigTransformer(...)
@task
def my_task() -> None:
...
@workflow
def my_workflow() -> None:
my_task()Available Imports (2)
Configuration type for OmegaConf DictConfig/ListConfig support for Flyte.
from flyteplugins.omegaconf import DictConfigTransformer
Configuration type for OmegaConf DictConfig/ListConfig support for Flyte.
from flyteplugins.omegaconf import ListConfigTransformer
Dependencies
Related Plugins
OmegaConf
Flytekit python natively supports serialization of many data types for exchanging information between tasks.
Anthropic Claude
This plugin provides integration between Flyte and Anthropic's Claude API, enabling you to use Flyte tasks as tools for Claude agents.
Deck
This plugin provides additional renderers to improve task visibility within Flytekit.
Envd
envd is a command-line tool that helps you create the container-based development environment for AI/ML.
Package Info
Downloads
Stats unavailable