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

# Databricks Workspace Changelog

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

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

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

  Added data sync support to 7 list actions — catalogs, clusters, jobs, job runs, SQL warehouses, Spark versions and node types. All sync by full refresh, as none of these endpoints exposes an updated-since filter.

  <AccordionGroup>
    <Accordion title="Changed · 7 actions updated">
      `databricksworkspace_list_catalogs`, `databricksworkspace_list_clusters`, `databricksworkspace_list_job_runs`, `databricksworkspace_list_jobs`, `databricksworkspace_list_node_types`, `databricksworkspace_list_spark_versions`, `databricksworkspace_list_sql_warehouses`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.1" description="18 Aug 2026">
  `description-fix`

  Documented that list\_tables and get\_table both return each table's full columns\[] array (name, type, nullability), so column-level schema comes from these actions rather than list\_table\_summaries, which returns only the table name and type.
</Update>
