> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Dagster Changelog

> Release history for the Dagster connector. Each version lists what changed and which actions were affected.

<Card title="Dagster connector" icon="arrow-left" href="/connectors/dagster" horizontal>
  Back to the connector overview, authentication methods, and actions.
</Card>

<Update label="v1.2.0" description="15 Sept 2026">
  `data-sync`

  Added 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.

  <AccordionGroup>
    <Accordion title="Changed · 3 actions updated">
      `dagster_list_asset_nodes`, `dagster_list_location_statuses`, `dagster_list_repositories`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.0" description="11 Aug 2026">
  `description-fix`

  Clarified 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.
</Update>
