helpful-van-10149
03/20/2024, 9:28 PMflytectl register file
? e.g. some k-v pairs like env vars.
The intention of this is we build image containers for the workflow code, and we have to store some env vars and use this data when running the workflow. However we cannot populate them when we build the image.
Currently we put them in version_id, I wonder is there a better way to do so?
Thanks!glamorous-carpet-83516
03/20/2024, 9:51 PM@task(
environment={"FLYTE_INTERNAL_IMAGE": "pingsutw/flytekit:0.16.0"}
)
def t1():
...
freezing-airport-6809
helpful-van-10149
03/21/2024, 5:21 PMhelpful-van-10149
03/21/2024, 5:21 PMhelpful-van-10149
03/21/2024, 5:27 PMglamorous-carpet-83516
03/21/2024, 6:13 PMglamorous-carpet-83516
03/21/2024, 6:14 PMuser
03/21/2024, 6:14 PMglamorous-carpet-83516
03/21/2024, 6:14 PMhelpful-van-10149
03/21/2024, 6:17 PM