Flyte 2 is available today for local execution - distributed execution coming to open source soon. Preview Flyte 2 for production, hosted on Union.ai
2.0.9

InitializationError

Package: flyte.errors

This error is raised when the Union system is tried to access without being initialized.

Parameters

class InitializationError(
    code: str,
    kind: typing.Literal['system', 'unknown', 'user'],
    root_cause_message: str,
    worker: str | None,
)
Parameter Type Description
code str
kind typing.Literal['system', 'unknown', 'user']
root_cause_message str
worker str | None