https://dagster.io/ logo
#announcements
Title
# announcements
a

antonl

03/06/2021, 1:01 AM
Hi, Is there some way to specify a typechecked Dict in the configuration? Something like
dagster.Dict[str, dagster.Field(dagster.Permissive())]
?
n

Noah K

03/06/2021, 1:10 AM
There's Shape
a

antonl

03/06/2021, 1:11 AM
That's not quite the same.
Shape
assumes you know the key names. I just know the types.
n

Noah K

03/06/2021, 1:13 AM
Yeah, I don't think there's a general purpose typed dict
4 Views