<?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 to query delta lake using SQL desktop tools like SSMS or DBVisualizer in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12024#M6896</link>
    <description>&lt;P&gt;@prasad vaze​&amp;nbsp;I don't use SSMS (not a Windows user), and I'm not even sure if it will work with Databricks. However, I did want to list the steps to get DBvisualizer to work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Download Databricks' &lt;A href="https://docs.databricks.com/integrations/bi/jdbc-odbc-bi.html?&amp;amp;_ga=2.88880658.823306411.1635763229-1649544052.1605184392#id4" alt="https://docs.databricks.com/integrations/bi/jdbc-odbc-bi.html?&amp;amp;_ga=2.88880658.823306411.1635763229-1649544052.1605184392#id4" target="_blank"&gt;JDBC drivers&lt;/A&gt; and extract them on your computer&lt;/LI&gt;&lt;LI&gt; Start DbVisualizer and in Preferences &amp;gt; General &amp;gt; Driver Manager, add the folder where you extracted the driver to the search path. Click Ok to close the preferences dialog.&lt;/LI&gt;&lt;LI&gt;Click Tools &amp;gt; Driver Manager and add a JDBC (Generic) driver&lt;/LI&gt;&lt;LI&gt;Name the new driver "Databricks" and provide this JDBC URL: jdbc:spark://&amp;lt;workspace&amp;gt;:443/default;transportMode=http;ssl=1;AuthMech=3;httpPath=/sql/1.0/endpoints/&amp;lt;endpoint&amp;gt;&lt;/LI&gt;&lt;LI&gt;Driver class should be com.simba.spark.jdbc.Driver&lt;/LI&gt;&lt;LI&gt;In the left pane, add a new Connection. Settings format will (by default) be Database URL.&lt;/LI&gt;&lt;LI&gt;Enter this in Database URL: jdbc:spark://&lt;B&gt;{{workspace}}&lt;/B&gt;:443/default;transportMode=http;ssl=1;AuthMech=3;httpPath=/sql/1.0/endpoints/&lt;B&gt;{{endpoint_id}}&lt;/B&gt;;&lt;/LI&gt;&lt;LI&gt;Replace the values of {{workspace}} and {{endpoint_id}}. workspace_id is just the DNS name of your workspace, and endpoint_id can be found in Databricks clicking in the left nav on SQL &amp;gt; SQL Endpoints &amp;gt; Connection Details. It's in the last fragment in the HTTP path field e.g. /sql/1.0/endpoints/{{workspace_id}}&lt;/LI&gt;&lt;LI&gt;In the same settings page in Databricks, click "Create a personal access token" (PAT) and copy the value&lt;/LI&gt;&lt;LI&gt;Back in DbVisualizer in the Connection page, set Database Userid to &lt;B&gt;"token" &lt;/B&gt;and Database Password to the value of the PAT&lt;/LI&gt;&lt;LI&gt;Now you can connect!&lt;/LI&gt;&lt;LI&gt;Note that you may have to issue a "use &amp;lt;database_name&amp;gt;" statement before your query (in case you get a "table or view not found" error&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Mon, 01 Nov 2021 18:42:21 GMT</pubDate>
    <dc:creator>BilalAslamDbrx</dc:creator>
    <dc:date>2021-11-01T18:42:21Z</dc:date>
    <item>
      <title>How to query delta lake using SQL desktop tools like SSMS or DBVisualizer</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12021#M6893</link>
      <description>&lt;P&gt;Is there a way to use sql desktop tools?&amp;nbsp;because delta OSS or databricks does not provide desktop client (similar to azure data studio) to browse and query delta lake objects.&lt;/P&gt;&lt;P&gt;I currently use databricks SQL , a webUI in the databricks workspace but searching for means beyond that, especially for end business users who are familiar with SSMS type clients. &lt;/P&gt;&lt;P&gt;@Bilal Aslam​&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Oct 2021 17:20:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12021#M6893</guid>
      <dc:creator>prasadvaze</dc:creator>
      <dc:date>2021-10-30T17:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to query delta lake using SQL desktop tools like SSMS or DBVisualizer</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12022#M6894</link>
      <description>&lt;P&gt;Hi @prasad vaze​&amp;nbsp;- definitely, you can use &lt;A href="https://dbeaver.io/" alt="https://dbeaver.io/" target="_blank"&gt;dbeaver&lt;/A&gt; or &lt;A href="https://www.dbvis.com/" alt="https://www.dbvis.com/" target="_blank"&gt;DbVisualizer&lt;/A&gt;  to do this. &lt;A href="https://docs.databricks.com/integrations/bi/jdbc-odbc-bi.html#id4" alt="https://docs.databricks.com/integrations/bi/jdbc-odbc-bi.html#id4" target="_blank"&gt;Download the drivers&lt;/A&gt; first and connect with one of these tools.&lt;/P&gt;</description>
      <pubDate>Sun, 31 Oct 2021 07:39:41 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12022#M6894</guid>
      <dc:creator>BilalAslamDbrx</dc:creator>
      <dc:date>2021-10-31T07:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to query delta lake using SQL desktop tools like SSMS or DBVisualizer</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12023#M6895</link>
      <description>&lt;P&gt;Thanks @Bilal Aslam​&amp;nbsp;I was able to connect via SQL Workbench/j by following this &lt;A href="https://docs.databricks.com/integrations/bi/workbenchj.html" alt="https://docs.databricks.com/integrations/bi/workbenchj.html" target="_blank"&gt;https://docs.databricks.com/integrations/bi/workbenchj.html&lt;/A&gt; and then also successfully connected from DBVisualizer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to figure out how to connect via  SSMS &lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 05:41:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12023#M6895</guid>
      <dc:creator>prasadvaze</dc:creator>
      <dc:date>2021-11-01T05:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to query delta lake using SQL desktop tools like SSMS or DBVisualizer</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12024#M6896</link>
      <description>&lt;P&gt;@prasad vaze​&amp;nbsp;I don't use SSMS (not a Windows user), and I'm not even sure if it will work with Databricks. However, I did want to list the steps to get DBvisualizer to work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Download Databricks' &lt;A href="https://docs.databricks.com/integrations/bi/jdbc-odbc-bi.html?&amp;amp;_ga=2.88880658.823306411.1635763229-1649544052.1605184392#id4" alt="https://docs.databricks.com/integrations/bi/jdbc-odbc-bi.html?&amp;amp;_ga=2.88880658.823306411.1635763229-1649544052.1605184392#id4" target="_blank"&gt;JDBC drivers&lt;/A&gt; and extract them on your computer&lt;/LI&gt;&lt;LI&gt; Start DbVisualizer and in Preferences &amp;gt; General &amp;gt; Driver Manager, add the folder where you extracted the driver to the search path. Click Ok to close the preferences dialog.&lt;/LI&gt;&lt;LI&gt;Click Tools &amp;gt; Driver Manager and add a JDBC (Generic) driver&lt;/LI&gt;&lt;LI&gt;Name the new driver "Databricks" and provide this JDBC URL: jdbc:spark://&amp;lt;workspace&amp;gt;:443/default;transportMode=http;ssl=1;AuthMech=3;httpPath=/sql/1.0/endpoints/&amp;lt;endpoint&amp;gt;&lt;/LI&gt;&lt;LI&gt;Driver class should be com.simba.spark.jdbc.Driver&lt;/LI&gt;&lt;LI&gt;In the left pane, add a new Connection. Settings format will (by default) be Database URL.&lt;/LI&gt;&lt;LI&gt;Enter this in Database URL: jdbc:spark://&lt;B&gt;{{workspace}}&lt;/B&gt;:443/default;transportMode=http;ssl=1;AuthMech=3;httpPath=/sql/1.0/endpoints/&lt;B&gt;{{endpoint_id}}&lt;/B&gt;;&lt;/LI&gt;&lt;LI&gt;Replace the values of {{workspace}} and {{endpoint_id}}. workspace_id is just the DNS name of your workspace, and endpoint_id can be found in Databricks clicking in the left nav on SQL &amp;gt; SQL Endpoints &amp;gt; Connection Details. It's in the last fragment in the HTTP path field e.g. /sql/1.0/endpoints/{{workspace_id}}&lt;/LI&gt;&lt;LI&gt;In the same settings page in Databricks, click "Create a personal access token" (PAT) and copy the value&lt;/LI&gt;&lt;LI&gt;Back in DbVisualizer in the Connection page, set Database Userid to &lt;B&gt;"token" &lt;/B&gt;and Database Password to the value of the PAT&lt;/LI&gt;&lt;LI&gt;Now you can connect!&lt;/LI&gt;&lt;LI&gt;Note that you may have to issue a "use &amp;lt;database_name&amp;gt;" statement before your query (in case you get a "table or view not found" error&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 01 Nov 2021 18:42:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12024#M6896</guid>
      <dc:creator>BilalAslamDbrx</dc:creator>
      <dc:date>2021-11-01T18:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to query delta lake using SQL desktop tools like SSMS or DBVisualizer</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12025#M6897</link>
      <description>&lt;P&gt;Hi Bilal, Old post, but I am trying to do the same, but with Databricks in Azure.&lt;/P&gt;&lt;P&gt;I downloaded the JDBC Driver following instructions here : &lt;A href="https://docs.databricks.com/dev-tools/dbeaver.html" alt="https://docs.databricks.com/dev-tools/dbeaver.html" target="_blank"&gt;https://docs.databricks.com/dev-tools/dbeaver.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have my Databricks cluster running, but when I then try to connect from Dbeaver, I get this error :&lt;/P&gt;&lt;P&gt;&lt;B&gt;[Simba][SparkJDBCDriver](500593) Communication link failure. Failed to connect to server. Reason: HTTP Response code: 401, Error message: Unknown.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Googled around and cannot seem to find an answer. I have Can Manage permissions on the cluster, I did generate the Personal Access Token and it is part of the URL with userid set to &lt;B&gt;token&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read through this page on MS site and I seem to have done everything, yet it does not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/databricks/integrations/bi/jdbc-odbc-bi" alt="https://docs.microsoft.com/en-us/azure/databricks/integrations/bi/jdbc-odbc-bi" target="_blank"&gt;Databricks ODBC and JDBC drivers - Azure Databricks | Microsoft Docs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Bill Davis​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Feb 2022 16:33:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12025#M6897</guid>
      <dc:creator>NavinL</dc:creator>
      <dc:date>2022-02-06T16:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to query delta lake using SQL desktop tools like SSMS or DBVisualizer</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12026#M6898</link>
      <description>&lt;P&gt;@Navin Ladda​&amp;nbsp; apologies for the late reply. I went through the end to end process and verified that I'm indeed able to connect from dbeaver to Azure Databricks. Did you read &lt;A href="https://docs.databricks.com/dev-tools/dbeaver.html" alt="https://docs.databricks.com/dev-tools/dbeaver.html" target="_blank"&gt;the docs&lt;/A&gt; and exactly follow the steps? One common mistake is to not enter the JDBC URL correctly &lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 10:53:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12026#M6898</guid>
      <dc:creator>BilalAslamDbrx</dc:creator>
      <dc:date>2022-02-16T10:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to query delta lake using SQL desktop tools like SSMS or DBVisualizer</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12027#M6899</link>
      <description>&lt;P&gt;I am able to connect via DBVisualizer and SQL workbench to delta lake.  But our users don't want to use anything other than SSMS (sql server management studio) or Azure data studio.  These are defacto clients for sql server users. It will be a great opportunity for delta lake (data bricks) to enable these tools for connection to delta lake ( many sql server users will convert to delta lake users)&lt;/P&gt;</description>
      <pubDate>Fri, 18 Feb 2022 04:11:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12027#M6899</guid>
      <dc:creator>prasadvaze</dc:creator>
      <dc:date>2022-02-18T04:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to query delta lake using SQL desktop tools like SSMS or DBVisualizer</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12028#M6900</link>
      <description>&lt;P&gt;I was able to resolve this. I did have an error in the JDBC URL where I still have &amp;lt; &amp;gt; surrounding the token value. Once I removed it, was able to connect Dbeaver to Databricks cluster. &lt;/P&gt;&lt;P&gt;The method to have it setup via Active directory was head spinning for me to follow along. But for now this time limited token method is fine to explore working with Databricks.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 14:28:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12028#M6900</guid>
      <dc:creator>NavinL</dc:creator>
      <dc:date>2022-02-24T14:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to query delta lake using SQL desktop tools like SSMS or DBVisualizer</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12029#M6901</link>
      <description>&lt;P&gt;@Bilal Aslam​&amp;nbsp;I still think databricks should provide a way to connect to delta tables from SSMS or azure data studio desktop clients. Because there are so many users of these tools , once delta tables are accessible from these tools then the delta lake will catch fire ( easy to talk users into switching from sql server/ azure synapse). Microsoft will not provide this obviously so its in databricks benefit to resolve this limitation.  right now many business users in my company prefer to use sql db just because they can't query delta lake using their familiar client (SSMS / azure data studio)&lt;/P&gt;</description>
      <pubDate>Sat, 26 Feb 2022 04:28:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12029#M6901</guid>
      <dc:creator>prasadvaze</dc:creator>
      <dc:date>2022-02-26T04:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to query delta lake using SQL desktop tools like SSMS or DBVisualizer</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12030#M6902</link>
      <description>&lt;P&gt;@prasad vaze​&amp;nbsp; I totally agree. I'd love to support connecting from Azure Data Studio and even SSMS!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 12:29:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12030#M6902</guid>
      <dc:creator>BilalAslamDbrx</dc:creator>
      <dc:date>2022-03-01T12:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to query delta lake using SQL desktop tools like SSMS or DBVisualizer</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12031#M6903</link>
      <description>&lt;P&gt;is databricks working on developing the client tool? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 04:58:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12031#M6903</guid>
      <dc:creator>prasadvaze</dc:creator>
      <dc:date>2022-03-03T04:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to query delta lake using SQL desktop tools like SSMS or DBVisualizer</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12032#M6904</link>
      <description>&lt;P&gt;@prasad vaze​&amp;nbsp;we are working on integrating with lots of client tools.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2022 12:19:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12032#M6904</guid>
      <dc:creator>BilalAslamDbrx</dc:creator>
      <dc:date>2022-03-04T12:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to query delta lake using SQL desktop tools like SSMS or DBVisualizer</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12033#M6905</link>
      <description>&lt;P&gt;@Bilal Aslam​&amp;nbsp;Great , I am looking forward to SSMS or Azure data studio integration.  I understand that connecting to delta lake via SQL Endpoint or spark cluster is  better performance experience than connecting via DSR (delta standalone reader library)  .  SSMS/Studio clients running on normal desktop/laptop don't have local spark running but they can always connect to delta lake via cluster/SQL Endpoint . If that happens then many of my users will start using delta lake instead of azure synapse&lt;/P&gt;</description>
      <pubDate>Sat, 05 Mar 2022 20:01:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12033#M6905</guid>
      <dc:creator>prasadvaze</dc:creator>
      <dc:date>2022-03-05T20:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to query delta lake using SQL desktop tools like SSMS or DBVisualizer</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12034#M6906</link>
      <description>&lt;P&gt;@prasad vaze​&amp;nbsp;Your comment made me think of our own environment. What is DSR ?&lt;/P&gt;&lt;P&gt;I have only briefly used Azure Data Studio for connecting to Azure SQL as I prefer Dbeaver. But your comment about using Delta Lake vs Azure Synapse...can you please elaborate as we plan to use Synapse as well. Do you use Azure Synapse as the final layer in your environment from where end users get their data/connect to Power BI etc ? Or are you envisioning being able to have these users connect directly to Delta Lake as Delta lake claims to give Relational database like Update/Delete capabilities with improved query performance ?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2022 19:03:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12034#M6906</guid>
      <dc:creator>NavinL</dc:creator>
      <dc:date>2022-03-07T19:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to query delta lake using SQL desktop tools like SSMS or DBVisualizer</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12035#M6907</link>
      <description>&lt;P&gt;DSR is Delta Standalone Reader.  see more here - &lt;A href="https://docs.delta.io/latest/delta-standalone.html" target="test_blank"&gt;https://docs.delta.io/latest/delta-standalone.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Its a crate (and also now a py library) that allows you to connect to delta tables without using spark  (e.g.  directly from python and not using pyspark) so its good use case if you don't  or can't have spark environment (e.g. user desktop or  azure function app ) AND this is developer friendly but not business user friendly way to query delta lake&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;In our case , we "have to" use Synapse SQL DW as data consumption layer for end users / BI tools who are so much accustomed to traditional desktop client-to -sql server way of doing things.  Its bit hard to move them from T-sql to spark sql but what has been harder is to move them from Sql server to delta lake because of the lack of direct connectivity from our most popular desktop clients (SSMS, azure data studio) to delta lake.  Its not really direct connection because, there has to be a spark cluster between desktop client and backend delta lake . The cluster provides  JDBC driver. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see a potential in delta lake to become final data consumption layer someday. Performance and cost  is better but user-friendliness its not there yet in my opinion due to above limitations and some other limitations (for e.g. Implementing  row/column level security  in delta lake is  more involved than in RDBMS.  Either you have to use OTS tool or databricks proprietary tool Unity Catalog which is still in private preview )    &lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2022 19:38:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/12035#M6907</guid>
      <dc:creator>prasadvaze</dc:creator>
      <dc:date>2022-03-12T19:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to query delta lake using SQL desktop tools like SSMS or DBVisualizer</title>
      <link>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/88927#M37666</link>
      <description>&lt;P&gt;So little late on this thread but it looks like vscode has a plugin that allows you to connect to Databricks unity catalog.&amp;nbsp; The only issue is that I can only seem to attach to a specific catalog not the top level unity catalog.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 22:46:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/how-to-query-delta-lake-using-sql-desktop-tools-like-ssms-or/m-p/88927#M37666</guid>
      <dc:creator>sfibich</dc:creator>
      <dc:date>2024-09-06T22:46:01Z</dc:date>
    </item>
  </channel>
</rss>

