Hi All,
As part of my Databricks learning journey, I am trying installing the Lakebridge in my system but getting below error.
Traceback (most recent call last):
File "C:\Users\himan\.databricks\labs\lakebridge\state\venv\Lib\site-packages\databricks\sdk\config.py", line 272, in __init__
self._validate()
~~~~~~~~~~~~~~^^
File "C:\Users\himan\.databricks\labs\lakebridge\state\venv\Lib\site-packages\databricks\sdk\config.py", line 672, in _validate
raise ValueError(f"validate: more than one authorization method configured: {names}")
ValueError: validate: more than one authorization method configured: github-oidc and pat
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\himan\.databricks\labs\lakebridge\lib\src\databricks\labs\lakebridge\install.py", line 531, in <module>
ws=lakebridge.create_workspace_client(),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\himan\.databricks\labs\lakebridge\lib\src\databricks\labs\lakebridge\cli.py", line 67, in create_workspace_client
return self._workspace_client()
~~~~~~~~~~~~~~~~~~~~~~^^
File "C:\Users\himan\.databricks\labs\lakebridge\state\venv\Lib\site-packages\databricks\labs\blueprint\cli.py", line 208, in _workspace_client
return WorkspaceClient(
product=self._product_info.product_name(),
product_version=self._product_info.version(),
)
File "C:\Users\himan\.databricks\labs\lakebridge\state\venv\Lib\site-packages\databricks\sdk\__init__.py", line 230, in __init__
config = client.Config(
host=host,
...<29 lines>...
),
)
File "C:\Users\himan\.databricks\labs\lakebridge\state\venv\Lib\site-packages\databricks\sdk\config.py", line 277, in __init__
raise ValueError(message) from e
ValueError: validate: more than one authorization method configured: github-oidc and pat. Config: host=https://adb-7405615889085100.0.azuredatabricks.net, account_id=72022d01-11ba-410c-83ba-4d1d262d6a02, workspace_id=7405615889085100, token=***, token_audience=https://adb-7405615889085100.0.azuredatabricks.net/oidc/v1/token, databricks_cli_path=C:\Users\himan\AppData\Local\Microsoft\WinGet\Packages\Databricks.DatabricksCLI_Microsoft.Winget.Source_8wekyb3d8bbwe\databricks.exe. Env: DATABRICKS_HOST, DATABRICKS_ACCOUNT_ID, DATABRICKS_WORKSPACE_ID, DATABRICKS_TOKEN, DATABRICKS_TOKEN_AUDIENCE, DATABRICKS_CLI_PATH
Error: installer: exit status 1
23:33:13 Info: failed execution pid=15164 exit_code=1 error="installer: exit status 1"
23:33:13 Debug: no telemetry logs to upload pid=15164
Can anyone guide me and explain what this error is all about, please? If need further info, let me know as well please.
Thank you.