0.1.dev2192+g7c539c3.d20250403
flytekit.clis.sdk_in_container.helpers
Directory
Methods
Variables
Property |
Type |
Description |
CTX_CONFIG_FILE |
str |
|
FLYTE_REMOTE_INSTANCE_KEY |
str |
|
Methods
get_and_save_remote_with_click_context()
def get_and_save_remote_with_click_context(
ctx: click.core.Context,
project: str,
domain: str,
save: bool,
data_upload_location: typing.Optional[str],
) -> n: FlyteRemote instance
NB: This function will by default mutate the click Context.obj dictionary, adding a remote key with value
of the created FlyteRemote object.
Parameter |
Type |
ctx |
click.core.Context |
project |
str |
domain |
str |
save |
bool |
data_upload_location |
typing.Optional[str] |
parse_copy()
def parse_copy(
ctx,
param,
value,
) -> typing.Optional[flytekit.constants.CopyFileDetection]
Helper function to parse cmd line args into enum
Parameter |
Type |
ctx |
|
param |
|
value |
|
patch_image_config()
def patch_image_config(
config_file: typing.Optional[str],
image_config: flytekit.configuration.ImageConfig,
) -> flytekit.configuration.ImageConfig
Merge ImageConfig object with images defined in config file
Parameter |
Type |
config_file |
typing.Optional[str] |
image_config |
flytekit.configuration.ImageConfig |