corsair.databricks.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.
New to Corsair? See database operations, data synchronization, and multi-tenancy.
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.