-
I'm looking for launching execution via a API rather than with the flytecli. Do you have advices to use REST and gRPC interface to flyte admin service ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @ncouronne we absolutely advice to use the gRpc / REST interface of FlyteAdmin Service. But, we advice using through one of the supported clients at the moment
Flytectl contains some extensions to the base client - here - we might move them to flyteidl to make it available for everyone! Also coming soon is a simplified flytekit pythonic remote interface for Flyte backend. We want to release this as part of 0.16.0 (early august) - This would be the most recommended and natural way to integrate |
Beta Was this translation helpful? Give feedback.
Hi @ncouronne we absolutely advice to use the gRpc / REST interface of FlyteAdmin Service. But, we advice using through one of the supported clients at the moment
Flytectl contains some extensions to the base client - here - we might move them to flyteidl to make it available for everyone!
Also coming soon is a simplified flytekit pythonic remote interface for Flyte backend. We want to release this as part of 0.16.0 (early august) - This would be the most recommended and natural way to integrate