Skip to main content

Databricks Workspace connector

Back to the connector overview, authentication methods, and actions.
21 Sept 2026
data-sync new-featureAdded 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.
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
18 Aug 2026
description-fixDocumented 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.