Flyte 2 Devbox is available today to run a full Flyte backend and UI locally. Preview Flyte 2 for production, hosted on Union.ai
2.2.2

AsyncConnectorExecutorMixin

Package: flyte.connectors

This mixin class is used to run the connector task locally, and it’s only used for local execution. Task should inherit from this class if the task can be run in the connector.

Methods

Method Description
execute()

execute()

def execute(
    kwargs,
) -> typing.Any
Parameter Type Description
kwargs **kwargs