<?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: How do I setup a connection to get data from unity catalog into MS Access? in Warehousing &amp; Analytics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/93309#M1620</link>
    <description>&lt;P&gt;Thanks so much. It just does not work for me. I can't find a place in Access where I can paste in the connection string. I found a workaround by connecting to the table in the unit catalog via Excel and then linking the Excel table in Access. Ugly but it works&lt;/P&gt;</description>
    <pubDate>Wed, 09 Oct 2024 14:19:28 GMT</pubDate>
    <dc:creator>Stefania003</dc:creator>
    <dc:date>2024-10-09T14:19:28Z</dc:date>
    <item>
      <title>How do I setup a connection to get data from unity catalog into MS Access?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/72217#M1373</link>
      <description>&lt;P&gt;Dear community,&lt;/P&gt;&lt;P&gt;Im trying to setup a connection to get data from a catalog / underlying tables from that catalog and load it directly into MS Access 365 (latest version). Is it possible to do this? What would be the best practice?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bram&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 11:13:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/72217#M1373</guid>
      <dc:creator>Brammer88</dc:creator>
      <dc:date>2024-06-10T11:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I setup a connection to get data from unity catalog into MS Access?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/72236#M1374</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/89355"&gt;@Brammer88&lt;/a&gt;&amp;nbsp;have you tried using PowerBI? Do you think it can help with your use case?&lt;/P&gt;
&lt;P&gt;I am attaching the link which has the steps to connect with PowerBI:&amp;nbsp;&lt;A href="https://docs.databricks.com/en/partners/bi/power-bi.html#connect-power-bi-to-databricks" target="_blank"&gt;https://docs.databricks.com/en/partners/bi/power-bi.html#connect-power-bi-to-databricks&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 14:18:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/72236#M1374</guid>
      <dc:creator>Yeshwanth</dc:creator>
      <dc:date>2024-06-10T14:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I setup a connection to get data from unity catalog into MS Access?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/72237#M1375</link>
      <description>&lt;P&gt;Thanks, yes we are using powerbi too, but we have a specific requirement for which we should be able to connect directly to our legacy MS access databases too.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 14:25:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/72237#M1375</guid>
      <dc:creator>Brammer88</dc:creator>
      <dc:date>2024-06-10T14:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I setup a connection to get data from unity catalog into MS Access?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/75262#M1399</link>
      <description>&lt;P&gt;I have set it up in Excel where users can pull data from databricks directly&lt;/P&gt;&lt;P&gt;Unfortunately it looks like access doesn't easily support DSNless connections via a URL so you're gonna have to set up a user or system odbc DSN using the simba spark driver&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.databricks.com/spark/odbc-drivers-download" target="_blank" rel="noopener"&gt;https://www.databricks.com/spark/odbc-drivers-download&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then to use it in access - New data source &amp;gt; From other sources &amp;gt; odbc database &amp;gt; select your simba databricks odbc connection&lt;/P&gt;&lt;P&gt;the connection string (assuming azure databricks and SSO/MFA)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Driver=Simba Spark ODBC Driver;Host=[redacted].azuredatabricks.net;Port=443;HttpPath=/sql/1.0/warehouses/[redacted];SSL=1;AuthMech=11;Auth_Flow=2;Catalog=samples;Schema=default&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how you configure it depends on how you want to connect. the personal access token way is described here -&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/75147926/how-do-i-create-dsn-of-azure-databricks" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/75147926/how-do-i-create-dsn-of-azure-databricks&lt;/A&gt;&lt;/P&gt;&lt;P&gt;we use SSO via azure AD so i selected oauth2.0 and set oauth type to browser based auth code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I quickly tested this and it worked fine, i was able to import databricks tables into access&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2024 05:43:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/75262#M1399</guid>
      <dc:creator>jakubk</dc:creator>
      <dc:date>2024-06-21T05:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I setup a connection to get data from unity catalog into MS Access?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/75862#M1419</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/43073"&gt;@jakubk&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your response, I have tried to make a connection via spark simba odbc driver and it works. So that is great, thanks. I also have been able to connect via oauth2.0.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only thing I cannot achieve via access is to change to tables from inside the unity catalog, i.e. I can only see tables in the hive_metastore and cannot change the default / or to any other catalog. I cannot find where I need to configure the connection string, can you help me to achieve this?&lt;/P&gt;&lt;P&gt;Btw from Excel I do see all catalogs if I connect via the same odbc driver. Also, I would be keen to learn how you setup a DSNless connection via Excel, if you could give me any pointers to documentation that would be much appriciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bram&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 14:49:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/75862#M1419</guid>
      <dc:creator>Brammer88</dc:creator>
      <dc:date>2024-06-26T14:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I setup a connection to get data from unity catalog into MS Access?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/75988#M1422</link>
      <description>&lt;P&gt;I can't help with the hive metastore only in access - are you sure you're using a databricks endpoint that has unity catalog support? I could see my UC in both access and excel&lt;/P&gt;&lt;P&gt;dsnless in excel&lt;/P&gt;&lt;P&gt;From ODBC &amp;gt; advanced options &amp;gt; paste in your connection string&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jakubk_0-1719534648412.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/8987i5BE66AB27C17B27D/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="jakubk_0-1719534648412.png" alt="jakubk_0-1719534648412.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I just choose custom/default as the auth type for oauth2.0 and leave the login/password box blank&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 00:35:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/75988#M1422</guid>
      <dc:creator>jakubk</dc:creator>
      <dc:date>2024-06-28T00:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do I setup a connection to get data from unity catalog into MS Access?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/85980#M1509</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/43073"&gt;@jakubk&lt;/a&gt;:&lt;/P&gt;&lt;P&gt;I have the same issue that&amp;nbsp;&lt;SPAN&gt;I cannot achieve via access is to change to tables from inside the unity catalog, I can only see tables in the hive_metastore and cannot change the default / or to any other catalog.&amp;nbsp;The same DSN is working fine to connect UC in excel. Which is the version of your ms access db? thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 21:33:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/85980#M1509</guid>
      <dc:creator>njcheng</dc:creator>
      <dc:date>2024-08-28T21:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I setup a connection to get data from unity catalog into MS Access?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/87093#M1517</link>
      <description>&lt;P&gt;I have the same issue. Has anyone been able to find a solution?&lt;/P&gt;</description>
      <pubDate>Sat, 31 Aug 2024 23:35:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/87093#M1517</guid>
      <dc:creator>Stefania003</dc:creator>
      <dc:date>2024-08-31T23:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I setup a connection to get data from unity catalog into MS Access?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/87095#M1518</link>
      <description>&lt;P&gt;I have the same issue as well. The odbc connection works fine in excel but when I use it with ms access all I can see is the hive_metastore. Has anyone here found a solution? &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/89355"&gt;@Brammer88&lt;/a&gt;&amp;nbsp;did you resolve your issue? If you found a solution I'd really appreciate if you could share it. Thanks so much.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Sep 2024 01:11:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/87095#M1518</guid>
      <dc:creator>Stefania003</dc:creator>
      <dc:date>2024-09-01T01:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I setup a connection to get data from unity catalog into MS Access?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/92630#M1609</link>
      <description>&lt;P&gt;Thank you so much. I've been beating my head against this issue for ... years. Your solution worked, and has saved me massive amounts of further head beating. You rule.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 07:35:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/92630#M1609</guid>
      <dc:creator>Luise7x7</dc:creator>
      <dc:date>2024-10-03T07:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do I setup a connection to get data from unity catalog into MS Access?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/92697#M1613</link>
      <description>&lt;P&gt;Interesting! I found a workaround worked:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Add any table&lt;/STRONG&gt; in hive_metastore.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Update the connection string&lt;/STRONG&gt; of the ODBC data source in Linked Table Manager, as mentioned by&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/43073"&gt;@jakubk&lt;/a&gt;&amp;nbsp;.&amp;nbsp; Make sure the catalog and schema are one with target table in unity catalog:&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;EM&gt;Driver=Simba Spark ODBC Driver;Host=[redacted].azuredatabricks.net;Port=443;HttpPath=/sql/1.0/warehouses/[redacted];SSL=1;AuthMech=11;Auth_Flow=2;Catalog=&lt;STRONG&gt;XXX&lt;/STRONG&gt;;Schema=&lt;STRONG&gt;XXX&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Click the table in linked table manager, then click relink to update with target table name&amp;nbsp; in unity catalog&lt;/P&gt;&lt;P&gt;4. Rename table name in All Access Object Panel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 20:16:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/92697#M1613</guid>
      <dc:creator>njcheng</dc:creator>
      <dc:date>2024-10-03T20:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I setup a connection to get data from unity catalog into MS Access?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/93309#M1620</link>
      <description>&lt;P&gt;Thanks so much. It just does not work for me. I can't find a place in Access where I can paste in the connection string. I found a workaround by connecting to the table in the unit catalog via Excel and then linking the Excel table in Access. Ugly but it works&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 14:19:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/93309#M1620</guid>
      <dc:creator>Stefania003</dc:creator>
      <dc:date>2024-10-09T14:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I setup a connection to get data from unity catalog into MS Access?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/93549#M1627</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/117709"&gt;@njcheng&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/89355"&gt;@Brammer88&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I went back to have another look - i had the same experience where i couldn't see the UC tables in any tool that used the oauth connection type (back in early sept) - but tried it again just now and i can see UC tables again in access&lt;/P&gt;&lt;P&gt;Which endpoint are you connecting to? I'm using sql warehouse classic&lt;/P&gt;&lt;P&gt;Did you try using a PAT instead of oauth?&lt;/P&gt;&lt;P&gt;I dont really have any other suggestions, sorry&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 00:49:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/93549#M1627</guid>
      <dc:creator>jakubk</dc:creator>
      <dc:date>2024-10-11T00:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I setup a connection to get data from unity catalog into MS Access?</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/97569#M1671</link>
      <description>&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;See here for a solution to this issue. You can specify the catalog when you setup the odbc driver.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.databricks.com/t5/data-engineering/odbc-data-source-to-connect-to-a-databricks-catalog-database-via/td-p/96354" target="_blank"&gt;ODBC data source to connect to a Databricks catalo... - Databricks Community - 96354&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2024 15:51:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/how-do-i-setup-a-connection-to-get-data-from-unity-catalog-into/m-p/97569#M1671</guid>
      <dc:creator>atrev66</dc:creator>
      <dc:date>2024-11-04T15:51:30Z</dc:date>
    </item>
  </channel>
</rss>

