0.1.dev2184+g1e0cbe7.d20250401
flytekit.interactive.utils
Directory
Methods
Variables
Property |
Type |
Description |
EXIT_CODE_SUCCESS |
int |
|
Methods
execute_command()
def execute_command(
cmd,
)
Execute a command in the shell.
def get_task_inputs(
task_module_name,
task_name,
context_working_dir,
)
Read task input data from inputs.pb for a specific task function and convert it into Python types and structures.
Parameter |
Type |
task_module_name |
|
task_name |
|
context_working_dir |
|
load_module_from_path()
def load_module_from_path(
module_name,
path,
)
Imports a Python module from a specified file path.
Parameter |
Type |
module_name |
|
path |
|