Dagster connector
Back to the connector overview, authentication methods, and actions.
15 Sept 2026
data-syncAdded Data Sync support for asset nodes, code repositories and code location statuses, so these collections can be synced on a schedule and read back without calling Dagster each time. All three refresh in full on every run, because no Dagster GraphQL resolver on these endpoints accepts an updated-since filter or returns a delta token.Changed · 3 actions updated
Changed · 3 actions updated
dagster_list_asset_nodes, dagster_list_location_statuses, dagster_list_repositories11 Aug 2026
description-fixClarified 6 action descriptions to guide AI agents through backfill inspection, run-config validation, and dynamic-partition workflows, and documented the HTTP 502 wrapping on wrong repositoryName for list_sensors and list_schedules.