-
|
Hi Dagster Community, is there a convention/preference of: Is there a documentation which GraphQL query/mutation correspond to which Python function? The question was originally asked in Dagster Slack. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
In general you should use |
Beta Was this translation helpful? Give feedback.
In general you should use
context.instanceif you are inside an op/asset/schedule/sensor execution function. The GQL API is typically for use in non-Dagster environments.