Hi Flyte team! I’m new to Flyte and exploring the...
# flyte-support
h
Hi Flyte team! I’m new to Flyte and exploring the best way to manage configurations. I like Hydra + OmegaConf and I see there’s a
flytekitplugins-omegaconf
plugin. I’m unsure about the best pattern for loading configs into workflows. It seems like I either need: 1. A Python entry point that builds the
DictConfig
before calling the workflow 2. A Flyte task inside the workflow that builds/loads the config Is there some established best practice pattern here? With the Python entry point approach it looks like you can’t run remotely with
pyflyte run ...
and instead have to
python run.py
cc: @acoustic-oyster-33294
f
the python run style is supported in v2 sdk
configuration management is way simpler
h
ah I see
f
for v1, you have to use
pyflyte run
sadly
h
We are considering using flyte for an upcoming project. I guess you would recommend starting off with v2?
f
ohh v2 is not yet available in open, it is only available within union. v1 should be stable and working
you can do config management in v1
but you have to write your own cli, to use the config and call the tasks with the values
h
Ah okey now I understand
f
Also happy to get you guys on v2, on union if intereste
h
Thanks for clarifying
f
we are also running free trials for folks, so that we can also get a lot of fast feedback.
V2 is completely dynamic, fast and efficient
👍 1
h
Ok let me get back to you on that one. Thanks!
❤️ 1