Skip to main content
The Databricks plugin syncs data locally. Use corsair.databricks.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Catalog

Path: databricks.db.catalog.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Cluster

Path: databricks.db.cluster.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Job

Path: databricks.db.job.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Warehouse

Path: databricks.db.warehouse.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.