brainy-autumn-96225
05/26/2023, 8:37 AMtype=str
are saved as with additional double quotes in argo workflows.
For example:
domain = Parameter("string_parameter", default="my_string_parameter")
When the flow is executed on argo-workflows the class variable will be shown as
self.string_parameter = '"my_string_parameter"`
I can confirm that this does not happen with metaflow version 2.8.3.