<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error while installing lakebridge in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/error-while-installing-lakebridge/m-p/162136#M11899</link>
    <description>&lt;P&gt;&lt;FONT size="3"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;It occurs as you have&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;two different authentication methods&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;configured simultaneously.&lt;/FONT&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;PAT (Personal Access Token)&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;- configured&amp;nbsp;&lt;SPAN class=""&gt;DATABRICKS_TOKEN&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;environment variable&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;GitHub OIDC&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;- configured&amp;nbsp;&lt;SPAN class=""&gt;DATABRICKS_TOKEN_AUDIENCE&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;environment variable&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;FONT size="3"&gt;You can remove one of these authentication methods from the environment variables. PAT authentication is simpler and you can use it.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;Use PAT -&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;Find and&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;delete&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;the&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;DATABRICKS_TOKEN_AUDIENCE&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;variable from either&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;User variables (for your account only), or&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;System variables (if set there).&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Keep these variables -&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;DATABRICKS_HOST,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;DATABRICKS_TOKEN,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;DATABRICKS_WORKSPACE_ID,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;DATABRICKS_ACCOUNT_ID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Close and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;reopen&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;any command prompt/terminal windows for changes to take effect.&amp;nbsp;&lt;/FONT&gt;&lt;SPAN&gt;Retry the Lakebridge installation&lt;/SPAN&gt;&lt;/P&gt;&lt;H2&gt;&lt;FONT size="3"&gt;Use GitHub OIDC&lt;/FONT&gt;&lt;/H2&gt;&lt;P&gt;&lt;FONT size="3"&gt;If you want to use GitHub OIDC authentication, remove&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;DATABRICKS_TOKEN&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;instead, but this requires additional GitHub Actions setup and is typically used for CI/CD pipelines&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jul 2026 16:31:58 GMT</pubDate>
    <dc:creator>balajij8</dc:creator>
    <dc:date>2026-07-07T16:31:58Z</dc:date>
    <item>
      <title>Error while installing lakebridge</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-while-installing-lakebridge/m-p/162132#M11898</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;As part of my Databricks learning journey, I am trying installing the Lakebridge in my system but getting below error.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Traceback (most recent call last):&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "C:\Users\himan\.databricks\labs\lakebridge\state\venv\Lib\site-packages\databricks\sdk\config.py", line 272, in __init__&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;self._validate()&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;~~~~~~~~~~~~~~^^&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "C:\Users\himan\.databricks\labs\lakebridge\state\venv\Lib\site-packages\databricks\sdk\config.py", line 672, in _validate&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;raise ValueError(f"validate: more than one authorization method configured: {names}")&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ValueError: validate: more than one authorization method configured: github-oidc and pat&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The above exception was the direct cause of the following exception:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Traceback (most recent call last):&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "C:\Users\himan\.databricks\labs\lakebridge\lib\src\databricks\labs\lakebridge\install.py", line 531, in &amp;lt;module&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ws=lakebridge.create_workspace_client(),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "C:\Users\himan\.databricks\labs\lakebridge\lib\src\databricks\labs\lakebridge\cli.py", line 67, in create_workspace_client&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;return self._workspace_client()&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;~~~~~~~~~~~~~~~~~~~~~~^^&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "C:\Users\himan\.databricks\labs\lakebridge\state\venv\Lib\site-packages\databricks\labs\blueprint\cli.py", line 208, in _workspace_client&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;return WorkspaceClient(&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;product=self._product_info.product_name(),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;product_version=self._product_info.version(),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "C:\Users\himan\.databricks\labs\lakebridge\state\venv\Lib\site-packages\databricks\sdk\__init__.py", line 230, in __init__&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;config = client.Config(&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;host=host,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;...&amp;lt;29 lines&amp;gt;...&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;),&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "C:\Users\himan\.databricks\labs\lakebridge\state\venv\Lib\site-packages\databricks\sdk\config.py", line 277, in __init__&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;raise ValueError(message) from e&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ValueError: validate: more than one authorization method configured: github-oidc and pat. Config: host=&lt;A href="https://adb-7405615889085100.0.azuredatabricks.net" target="_blank"&gt;https://adb-7405615889085100.0.azuredatabricks.net&lt;/A&gt;, account_id=72022d01-11ba-410c-83ba-4d1d262d6a02, workspace_id=7405615889085100, token=***, token_audience=&lt;A href="https://adb-7405615889085100.0.azuredatabricks.net/oidc/v1/token" target="_blank"&gt;https://adb-7405615889085100.0.azuredatabricks.net/oidc/v1/token&lt;/A&gt;, 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&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Error: installer: exit status 1&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;23:33:13 Info: failed execution pid=15164 exit_code=1 error="installer: exit status 1"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;23:33:13 Debug: no telemetry logs to upload pid=15164&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone guide me and explain what this error is all about, please? If need further info, let me know as well please.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2026 15:46:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-while-installing-lakebridge/m-p/162132#M11898</guid>
      <dc:creator>Himanshu_Singh</dc:creator>
      <dc:date>2026-07-07T15:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing lakebridge</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-while-installing-lakebridge/m-p/162136#M11899</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;It occurs as you have&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;two different authentication methods&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;configured simultaneously.&lt;/FONT&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;PAT (Personal Access Token)&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;- configured&amp;nbsp;&lt;SPAN class=""&gt;DATABRICKS_TOKEN&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;environment variable&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;GitHub OIDC&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;- configured&amp;nbsp;&lt;SPAN class=""&gt;DATABRICKS_TOKEN_AUDIENCE&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;environment variable&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;FONT size="3"&gt;You can remove one of these authentication methods from the environment variables. PAT authentication is simpler and you can use it.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;STRONG&gt;Use PAT -&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;Find and&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;delete&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;the&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;DATABRICKS_TOKEN_AUDIENCE&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;variable from either&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;User variables (for your account only), or&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;System variables (if set there).&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Keep these variables -&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;DATABRICKS_HOST,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;DATABRICKS_TOKEN,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;DATABRICKS_WORKSPACE_ID,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;DATABRICKS_ACCOUNT_ID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Close and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;reopen&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;any command prompt/terminal windows for changes to take effect.&amp;nbsp;&lt;/FONT&gt;&lt;SPAN&gt;Retry the Lakebridge installation&lt;/SPAN&gt;&lt;/P&gt;&lt;H2&gt;&lt;FONT size="3"&gt;Use GitHub OIDC&lt;/FONT&gt;&lt;/H2&gt;&lt;P&gt;&lt;FONT size="3"&gt;If you want to use GitHub OIDC authentication, remove&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;DATABRICKS_TOKEN&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;instead, but this requires additional GitHub Actions setup and is typically used for CI/CD pipelines&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2026 16:31:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-while-installing-lakebridge/m-p/162136#M11899</guid>
      <dc:creator>balajij8</dc:creator>
      <dc:date>2026-07-07T16:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing lakebridge</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-while-installing-lakebridge/m-p/162307#M11901</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/210897"&gt;@balajij8&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I am not able to find out DATABRICKS_TOKEN_AUDIENCE set in environment variable neither as user nor as system variable. Is there any other way I can find out this value and remove it so that only PAT authentication comes into picture when installing the Lakebridge? Thanks for your help&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2026 06:22:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-while-installing-lakebridge/m-p/162307#M11901</guid>
      <dc:creator>Himanshu_Singh</dc:creator>
      <dc:date>2026-07-09T06:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing lakebridge</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-while-installing-lakebridge/m-p/162312#M11902</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/244016"&gt;@Himanshu_Singh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When the process initializes it evaluates all available credentials across the system (environment variables, .databrickscfg file, CLI profiles). If it detects overlapping methods as in this case, traces of an OIDC configuration (DATABRICKS_TOKEN_AUDIENCE) alongside a Personal Access Token (DATABRICKS_TOKEN or pat) -it throws a ValueError to prevent ambiguous or insecure workspace connections. It is likely cached in the active terminal session retained by a background process.&lt;/P&gt;&lt;P&gt;You can follow below&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;If the variables are cached in the current terminal session -&lt;/STRONG&gt;&amp;nbsp;Identify the variables in the active environment. Open a PowerShell terminal and list the active variables&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="python"&gt;# List DATABRICKS_* environment variables
Get-ChildItem Env: | Where-Object { $_.Name -like "DATABRICKS_*" } | Format-Table Name, Value​&lt;/LI-CODE&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;In the same PowerShell window (run as&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Administrator&lt;/STRONG&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;for system variables) execute&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;LI-CODE lang="python"&gt;# Remove OIDC-related variables from User scope
[System.Environment]::SetEnvironmentVariable('DATABRICKS_TOKEN_AUDIENCE', $null, 'User')

# Remove from System scope (requires Administrator)
[System.Environment]::SetEnvironmentVariable('DATABRICKS_TOKEN_AUDIENCE', $null, 'Machine')

# If DATABRICKS_TOKEN is set via environment variable, remove it too
[System.Environment]::SetEnvironmentVariable('DATABRICKS_TOKEN', $null, 'User')
[System.Environment]::SetEnvironmentVariable('DATABRICKS_TOKEN', $null, 'Machine')&lt;/LI-CODE&gt;&lt;P&gt;&lt;STRONG&gt;If you want the most stable and direct step -&lt;/STRONG&gt; Remove the environment variables for credential management and rely exclusively on a &lt;STRONG&gt;configuration&lt;/STRONG&gt; file. This provides a cleaner separation of environments. Create or edit your C:\Users\himan\.databrickscfg file to explicitly define your [DEFAULT] profile&lt;/P&gt;&lt;LI-CODE lang="python"&gt;[DEFAULT]
host = https://adb-7405615889085100.0.azuredatabricks.net
token = put the token&lt;/LI-CODE&gt;&lt;P&gt;Retry the lakebridge installation after you remove the variables. You must close &amp;amp; reopen all terminals after removing the environment variables. Use the databrickscfg for authentication steps. Ensure the token is copied completely and the user account has necessary permissions. Regenerate the token if necessary.&lt;/P&gt;&lt;P&gt;More details &lt;A href="https://databrickslabs.github.io/lakebridge/docs/installation/" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2026 07:07:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-while-installing-lakebridge/m-p/162312#M11902</guid>
      <dc:creator>balajij8</dc:creator>
      <dc:date>2026-07-09T07:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing lakebridge</title>
      <link>https://community.databricks.com/t5/get-started-discussions/error-while-installing-lakebridge/m-p/162357#M11903</link>
      <description>&lt;P&gt;Hi Himan, Run the 1 command below before you retry the lakebridge installation.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;set DATABRICKS_AUTH_TYPE=pat&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Lakebridge will install without issues.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2026 11:30:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/error-while-installing-lakebridge/m-p/162357#M11903</guid>
      <dc:creator>balajij8</dc:creator>
      <dc:date>2026-07-09T11:30:28Z</dc:date>
    </item>
  </channel>
</rss>

