Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add get_workspace_id to docgen blocklist (#549)
## Changes Doc generation is done automatically for all services in the `WorkspaceClient` and `AccountClient` classes. However, `get_workspace_id()` does not need to go through the same process, as its docs will appear on the `WorkspaceClient` doc page anyways: https://databricks-sdk-py--549.org.readthedocs.build/en/549/clients/workspace.html#databricks.sdk.WorkspaceClient.get_workspace_id. ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [ ] `make test` run locally - [ ] `make fmt` applied - [ ] relevant integration tests applied
- Loading branch information