Skip to content

Commit

Permalink
docs(python): Fix docs for Catalog (#21252)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli authored Feb 14, 2025
1 parent cb4925a commit d8aad1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py-polars/polars/catalog/unity/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@ def __init__(
API endpoint.
bearer_token
Bearer token to authenticate with. This can also be set to:
* "auto": Automatically retrieve bearer tokens from the environment.
* "databricks-sdk": Use the Databricks SDK to retrieve and use the
bearer token from the environment.
bearer token from the environment.
require_https
Require the `workspace_url` to use HTTPS.
"""
Expand Down

0 comments on commit d8aad1c

Please sign in to comment.