The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
2.1.9
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 |