https://dagster.io/ logo
Title
b

Ben Bay

11/07/2022, 9:57 PM
Help needed! In Dagster 1.0 docs I see “the standard config schema” mentioned a lot, but I can’t figure out what that schema is. I’m migrating from v0 and getting
Received unexpected config entry
errors and need to figure out how to structure the
config
dictionary:
config = {standard config schema??}

@job(config=config)
def my_job():
    ...
y

yuhan

11/08/2022, 7:03 AM
here’s the api doc for config schema: https://docs.dagster.io/_apidocs/config
b

Ben Bay

11/08/2022, 3:46 PM
Thanks @yuhan. I could use some examples, because the few in the docs aren’t quite enough.