2.0.6
flyte.connectors.utils
Directory
Methods
| Method | Description |
|---|---|
convert_to_flyte_phase() |
Convert the state from the connector to the phase in flyte. |
is_terminal_phase() |
Return true if the phase is terminal. |
print_metadata() |
Methods
convert_to_flyte_phase()
def convert_to_flyte_phase(
state: str,
) -> google.protobuf.internal.enum_type_wrapper.EnumTypeWrapperConvert the state from the connector to the phase in flyte.
| Parameter | Type | Description |
|---|---|---|
state |
str |
is_terminal_phase()
def is_terminal_phase(
phase: google.protobuf.internal.enum_type_wrapper.EnumTypeWrapper,
) -> boolReturn true if the phase is terminal.
| Parameter | Type | Description |
|---|---|---|
phase |
google.protobuf.internal.enum_type_wrapper.EnumTypeWrapper |
print_metadata()
def print_metadata()