Channels
dagster-de
integration-airbyte
topic-async-execution
local-japan
dagster-cube
community-freelance
dagster-wandb
dagster-feedback
community-machine-learning
integration-bigquery
dagster-university
ask-community
dagster-dask
integration-snowflake
dagster-releases
integration-dbt
faq-read-me-before-posting
tools
feature-insights
feature-pipes
project-flexible-range-backfills
data-platform-design
community-events
dagster-serverless
dagster-noteable
introductions
integration-airflow
dagster-cloud
random
dagster-spatial
ask-ai
announcements
github-discussions
豆瓣酱帮
dagstereo
deployment-ecs
deployment-kubernetes
jobs
community-showcase
feature-asset-checks
Powered by
#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
https://docs.dagster.io/_apidocs/config#dagster.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
Post