databricks-sdk-py icon indicating copy to clipboard operation
databricks-sdk-py copied to clipboard

Example for `warehouses.list()` not current

Open larsgeorge-db opened this issue 2 years ago • 0 comments

Description Example code https://github.com/databricks/databricks-sdk-py/blob/main/examples/warehouses/list_sql_warehouses.py#L6 has a parameter that is not supported anymore it seems. Removing it makes the example work.

Reproduction Run the code as is.

Expected behavior Warehouse list should be returned.

larsgeorge-db avatar Oct 13 '23 09:10 larsgeorge-db