Hi guys, is it possible to trigger flyte workflow ...
# flyte-support
n
Hi guys, is it possible to trigger flyte workflow remotely from other service like a python code? I have a workflow that reads configuration files using hydra and I want to trigger the workflow from a separate python code
f
Yup Refer to flytekit.remote
You can even register via apis everything happens over an api
n
is it possible to override the arguments? The python command to run it locally is
python3 runner.py experiment=something arg1=value1 arg2=value2
Do you have any examples for flytekit remote oand register via api?
w
@nutritious-addition-55433 we were working on a similar issue. I continued the discussion here (since it appears when you search for
hydra
against the flyte repo) https://github.com/flyteorg/flyte/discussions/3397#discussioncomment-7730928 .
n
Grwat info, thank you @witty-alligator-81055
👍 1