rhythmic-businessperson-40056
12/13/2022, 12:07 PMFlyteRemote or similar (i.e., flytekit.clients.friendly) API client instance when running in a container?
I have seen Config.auto(), but it needs a config file to do its magic. Also, there's FlyteContext.flyte_client , which looks promising but is set to None, when I try to look it up on a context obtained via FlyteContextManager.current_context() at runtime.
Any pointers are highly appreciated! 🙏thankful-minister-83577
thankful-minister-83577
thankful-minister-83577
Config.for_endpoint(endpoint, insecure)thankful-minister-83577
endpoint: str,
insecure: bool = False,
data_config: typing.Optional[DataConfig] = None,
config_file: typing.Union[str, ConfigFile] = None,
that’s the full constructor but the other objects are optionalrhythmic-businessperson-40056
12/13/2022, 5:10 PMthankful-minister-83577
thankful-minister-83577
thankful-minister-83577