Working with types in Dagster, is there a defined ...
# announcements
t
Working with types in Dagster, is there a defined type for the Dagster context object, or would that just be a regular
dict
type?
its not super clear in the docs but you also have access to everything on
AbstractComputeExecutionContext
which
SolidExecutionContext
inherits from.
SolidExecutionContext
is exported from
dagster
if you are using typing
t
Great, thanks!