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
ConnectorService
Package: flyte.connectors
Methods
| Method | Description |
|---|---|
run() |
run()
Default invocation is sync and will block.
To call it asynchronously, use the function .aio() on the method name itself, e.g.,:
result = await ConnectorService.run.aio().
def run(
cls,
port: int,
prometheus_port: int,
worker: int,
timeout: int | None,
modules: typing.Optional[typing.List[str]],
)| Parameter | Type | Description |
|---|---|---|
cls |
||
port |
int |
|
prometheus_port |
int |
|
worker |
int |
|
timeout |
int | None |
|
modules |
typing.Optional[typing.List[str]] |