How can I pass OrderedDict in solid's config schema? #3977
Unanswered
ivanov-slk
asked this question in
Q&A
Replies: 2 comments
-
This is unexpected behavior and I was able to repro, looking in to it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Alright sent out https://dagster.phacility.com/D7241, fix should get picked up in the next release |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I pass an Ordered Dict in Dagster solid's config schema?
The simple thing:
doesn't work. Executing this on Windows 10 consistently gives
On Linux, it sometimes switches them and this doesn't work for me.
How can I pass collections.OrderedDict in the config schema, so that the entries in the dictionary are ordered exactly as I passed them in the schema?
Beta Was this translation helpful? Give feedback.
All reactions