Hello! I believe I found a bug in the latest versi...
# ask-metaflow
b
Hello! I believe I found a bug in the latest version of metaflow. Last night we updated to metaflow version 2.9.2, but now whenever I push a job to argo-workflows all parameters of
type=str
are saved as with additional double quotes in argo workflows. For example:
Copy code
domain = Parameter("string_parameter", default="my_string_parameter")
When the flow is executed on argo-workflows the class variable will be shown as
Copy code
self.string_parameter = '"my_string_parameter"`
I can confirm that this does not happen with metaflow version 2.8.3.
1
s
Interesting. We will debug and roll out a fix
b
Thank you!
f
I have been struggling with this too, I am on metaflow 2.9.1
s
we are working on a fix that should be out by tomorrow
🙌 1
f
Hi has this been fixed in latest 2.9.4 release? I don't see any mention of this fix in the release notes.
I tested locally and this has not been fixed. I have created an issue on github
a
@fast-vr-44972 - unfortunately this is a fix that's taking longer to resolve, but is being tackled with P0 urgency.
❤️ 2
b
this should now be fixed with the latest release: https://github.com/Netflix/metaflow/releases/tag/2.9.5