Closed revit13 closed 5 days ago
set_s3_env_vars_to_component in kfp v2 accepts env2key dict that is shared between the function invocation. This implementation can lead to errors, especially when the function is called multiple times, sometimes with a prefix. This PR fixes that.
set_s3_env_vars_to_component
env2key
Why are these changes needed?
set_s3_env_vars_to_component
in kfp v2 acceptsenv2key
dict that is shared between the function invocation. This implementation can lead to errors, especially when the function is called multiple times, sometimes with a prefix. This PR fixes that.