Join Slack
Powered by
hello! Is there example or docs somewhere about ki...
# flyte-support
b
brash-bird-53526
01/05/2024, 10:45 PM
hello! Is there example or docs somewhere about kicking off flyte workflows from python? I'm trying to run flyte from hydra (similar to
this
▾
), but I'm stumbling a bit with actual workflow running
brash-bird-53526
01/05/2024, 10:47 PM
I have workflow in another file. I'd like to do python equivalent to
pyflyte run --remote workflow.py run_workflow
f
freezing-airport-6809
01/05/2024, 10:49 PM
yes, look at flytekit.remote
freezing-airport-6809
01/05/2024, 10:49 PM
FlyteRemote allows programmatic execution of workflows
b
brash-bird-53526
01/05/2024, 10:50 PM
thanks! Do you have any examples I can copy by any chance?
f
freezing-airport-6809
01/05/2024, 10:51 PM
https://docs.flyte.org/projects/cookbook/en/latest/auto_examples/feast_integration/feast_flyte_remote.html#how-to-trigger-the-[…]w-using-flyteremote
freezing-airport-6809
01/05/2024, 10:51 PM
https://docs.flyte.org/projects/cookbook/en/latest/auto_examples/development_lifecycle/remote_workflow.html#flyteremote
b
brash-bird-53526
01/05/2024, 10:51 PM
oh great! thanks, exactly what I need
Open in Slack
Previous
Next