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
ConnectorRegistry
Package: flyte.connectors
This is the registry for all connectors. The connector service will look up the connector registry based on the task type and version.
Methods
| Method | Description |
|---|---|
get_connector() |
|
register() |
get_connector()
def get_connector(
task_type_name: str,
task_type_version: int,
) -> flyte.connectors._connector.AsyncConnector| Parameter | Type | Description |
|---|---|---|
task_type_name |
str |
|
task_type_version |
int |
register()
def register(
connector: flyte.connectors._connector.AsyncConnector,
override: bool,
)| Parameter | Type | Description |
|---|---|---|
connector |
flyte.connectors._connector.AsyncConnector |
|
override |
bool |