The page you navigated to does not exist, so we brought you to the closest page to it.
flytekit.extend.backend.utils
def convert_to_flyte_phase(
state: str,
) -> <google.protobuf.internal.enum_type_wrapper.EnumTypeWrapper object at 0x10ccd3710>
Convert the state from the connector to the phase in flyte.
| Parameter |
Type |
Description |
state |
str |
|
def get_agent_secret(
secret_key: str,
) -> str
| Parameter |
Type |
Description |
secret_key |
str |
|
def get_connector_secret(
secret_key: str,
) -> str
| Parameter |
Type |
Description |
secret_key |
str |
|
def is_terminal_phase(
phase: <google.protobuf.internal.enum_type_wrapper.EnumTypeWrapper object at 0x10ccd3710>,
) -> bool
Return true if the phase is terminal.
| Parameter |
Type |
Description |
phase |
<google.protobuf.internal.enum_type_wrapper.EnumTypeWrapper object at 0x10ccd3710> |
|
def mirror_async_methods(
func: typing.Callable,
kwargs,
) -> typing.Coroutine
| Parameter |
Type |
Description |
func |
typing.Callable |
|
kwargs |
**kwargs |
|
def render_task_template(
tt: flytekit.models.task.TaskTemplate,
file_prefix: str,
) -> flytekit.models.task.TaskTemplate
| Parameter |
Type |
Description |
tt |
flytekit.models.task.TaskTemplate |
|
file_prefix |
str |
|