Skip to content

Instantly share code, notes, and snippets.

View garethbrickman's full-sized avatar

Gareth Brickman garethbrickman

View GitHub Profile
@garethbrickman
garethbrickman / InstigationStateQuery.gql
Last active April 5, 2024 20:09
Dagster - example query for InstigationStateQuery
query InstigationStateQuery {
instigationStateOrError(instigationSelector: {
repositoryName: "__repository__",
repositoryLocationName: "data-eng-pipeline",
name: "orders_sensor"
}) {
__typename
... on InstigationState {
id
status