run_flyte_task
Execute a Flyte task by providing the Python module path, task name, and optional inputs. Runs the task on your configured Flyte cluster.
Instructions
Execute a task on the configured Flyte cluster. Requires flyte-sdk installed.
module_path: absolute path to the .py file defining the task task_name: Python name of the task function within that file inputs: dict of input kwargs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | No | ||
| task_name | Yes | ||
| module_path | Yes |