<?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: ODBC setup in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/odbc-setup/m-p/168721#M12115</link>
    <description>&lt;P&gt;This is the screen:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="{6BE0E6A9-FFB6-41C1-B88F-7FCAD6591BC6}.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/31148i07EF13815FF36FD4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="{6BE0E6A9-FFB6-41C1-B88F-7FCAD6591BC6&amp;amp;#125;.png" alt="{6BE0E6A9-FFB6-41C1-B88F-7FCAD6591BC6&amp;amp;#125;.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Tue, 15 Sep 2026 21:29:19 GMT</pubDate>
    <dc:creator>duzen</dc:creator>
    <dc:date>2026-09-15T21:29:19Z</dc:date>
    <item>
      <title>ODBC setup</title>
      <link>https://community.databricks.com/t5/get-started-discussions/odbc-setup/m-p/168719#M12114</link>
      <description>&lt;P&gt;Greetings!&lt;/P&gt;&lt;P&gt;I am just starting with databricks. I created an account, and I can run sql queries.&lt;/P&gt;&lt;P&gt;I downloaded the ODBC driver (64bit version). I am not sure how to set it up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The configuration screen shows "Mechanism" set to "User Name and Password."&lt;/P&gt;&lt;P&gt;Then there are two fields for User name and Password. I don't have these.&amp;nbsp; I login to databricks when they email me a code and I enter it in my browser.&lt;/P&gt;&lt;P&gt;Can anyone help?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 21:26:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/odbc-setup/m-p/168719#M12114</guid>
      <dc:creator>duzen</dc:creator>
      <dc:date>2026-09-15T21:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC setup</title>
      <link>https://community.databricks.com/t5/get-started-discussions/odbc-setup/m-p/168721#M12115</link>
      <description>&lt;P&gt;This is the screen:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="{6BE0E6A9-FFB6-41C1-B88F-7FCAD6591BC6}.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/31148i07EF13815FF36FD4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="{6BE0E6A9-FFB6-41C1-B88F-7FCAD6591BC6&amp;amp;#125;.png" alt="{6BE0E6A9-FFB6-41C1-B88F-7FCAD6591BC6&amp;amp;#125;.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2026 21:29:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/odbc-setup/m-p/168721#M12115</guid>
      <dc:creator>duzen</dc:creator>
      <dc:date>2026-09-15T21:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC setup</title>
      <link>https://community.databricks.com/t5/get-started-discussions/odbc-setup/m-p/168781#M12116</link>
      <description>&lt;P dir="ltr"&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/255386"&gt;@duzen&lt;/a&gt;&amp;nbsp;, welcome to Databricks. You've hit a screen that trips up a lot of folks, so you're in good company. Your screenshot was very helpful.&lt;/P&gt;
&lt;P dir="ltr"&gt;The short version: "User Name and Password" expects actual Databricks credentials, and your account doesn't have any. You sign in through a browser with an emailed code, which points to Databricks Free Edition. That's fine. The ODBC driver can piggyback on that same sign-in using OAuth.&lt;/P&gt;
&lt;P dir="ltr"&gt;Before touching authentication, grab your connection details. In your workspace, go to SQL Warehouses, click your warehouse, and open the Connection details tab. You'll find the Server Hostname and HTTP Path there. Copy both.&lt;/P&gt;
&lt;P dir="ltr"&gt;Then in the ODBC DSN setup screen:&lt;/P&gt;
&lt;OL dir="ltr"&gt;
&lt;LI&gt;Enter the Server Hostname in the Host field (leave off the https://) and set Port to 443.&lt;/LI&gt;
&lt;LI&gt;Click HTTP Options and paste in the HTTP Path.&lt;/LI&gt;
&lt;LI&gt;Click SSL Options and make sure Enable SSL is checked (the OAuth flow requires it).&lt;/LI&gt;
&lt;LI&gt;Change Mechanism from "User Name and Password" to "OAuth 2.0".&lt;/LI&gt;
&lt;LI&gt;Click OAuth Options and set the Authentication Flow to "Browser Based Authorization", then click OK. Leave the username and password fields blank; do not enter your email or code there.&lt;/LI&gt;
&lt;LI&gt;Click Test. A browser window will pop open and ask you to sign in the same way you always do, with your emailed code. Once you approve it, the driver handles the tokens from there, including refreshing them.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P dir="ltr"&gt;A few heads ups. Browser-based OAuth needs ODBC driver version 2.8.2 or newer, so since you just downloaded it you should be fine. If you're ever configuring this through a config file or connection string instead of the dialog, the equivalent setting is &lt;CODE&gt;AuthMech=11&lt;/CODE&gt; with &lt;CODE&gt;Auth_Flow=2&lt;/CODE&gt;. And if you notice a &lt;CODE&gt;PWD&lt;/CODE&gt; value hanging around with that setup, it's just a passphrase the driver uses to protect its cached refresh token, not a Databricks password.&lt;/P&gt;
&lt;P dir="ltr"&gt;There's a second option worth knowing about. If your workspace lets you generate a personal access token (check under Settings &amp;gt; Developer &amp;gt; Access tokens &amp;gt; Manage), you can keep the mechanism as "User Name and Password", enter the word &lt;CODE&gt;token&lt;/CODE&gt; (literally) as the username, and paste the access token as the password. If you don't see an option to generate tokens, your workspace doesn't allow them and OAuth is your path. Either way, OAuth is what Databricks recommends these days.&lt;/P&gt;
&lt;P dir="ltr"&gt;One last thing: this browser-based flow only works for applications running on your local machine. If you're connecting from a server or cloud app down the road, you'll want a non-interactive method like a service principal instead. Also make sure your user has permission to use the warehouse you're pointing at.&lt;/P&gt;
&lt;P dir="ltr"&gt;References:&lt;/P&gt;
&lt;UL dir="ltr"&gt;
&lt;LI&gt;Authentication settings for the Databricks ODBC Driver: &lt;A href="https://docs.databricks.com/aws/en/integrations/odbc/authentication" target="_blank"&gt;https://docs.databricks.com/aws/en/integrations/odbc/authentication&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Create an ODBC DSN: &lt;A href="https://docs.databricks.com/aws/en/integrations/odbc/dsn" target="_blank"&gt;https://docs.databricks.com/aws/en/integrations/odbc/dsn&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Compute settings for the ODBC Driver: &lt;A href="https://docs.databricks.com/aws/en/integrations/odbc/compute" target="_blank"&gt;https://docs.databricks.com/aws/en/integrations/odbc/compute&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Download and install the ODBC Driver: &lt;A href="https://docs.databricks.com/aws/en/integrations/odbc/download" target="_blank"&gt;https://docs.databricks.com/aws/en/integrations/odbc/download&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Personal access tokens: &lt;A href="https://docs.databricks.com/aws/en/dev-tools/auth/pat" target="_blank"&gt;https://docs.databricks.com/aws/en/dev-tools/auth/pat&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Free Edition limitations: &lt;A href="https://docs.databricks.com/aws/en/getting-started/free-edition-limitations" target="_blank"&gt;https://docs.databricks.com/aws/en/getting-started/free-edition-limitations&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P dir="ltr"&gt;Give the OAuth route a shot and let us know how it goes.&lt;/P&gt;
&lt;P dir="ltr"&gt;Cheers Lou.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2026 10:34:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/odbc-setup/m-p/168781#M12116</guid>
      <dc:creator>Louis_Frolio</dc:creator>
      <dc:date>2026-09-16T10:34:10Z</dc:date>
    </item>
  </channel>
</rss>

