We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e124b commit 6529af1Copy full SHA for 6529af1
docs/gen-client-docs.py
@@ -13,7 +13,7 @@
13
from typing import Optional, Any, get_args
14
15
from databricks.sdk import AccountClient, WorkspaceClient
16
-from databricks.sdk.core import credentials_strategy
+from databricks.sdk.databricks.core import credentials_strategy
17
18
__dir__ = os.path.dirname(__file__)
19
__examples__ = Path(f'{__dir__}/../examples').absolute()
0 commit comments