<?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: SQL endpoint JDBC table support in Warehousing &amp; Analytics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15751#M304</link>
    <description>&lt;P&gt;@E H​&amp;nbsp;I thought I replied, but apparently I didn't -- apologies for the late response. So there are two different things in play:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;JDBC tables are supported by Apache Spark and as you can see in your screenshot, they work just fine in the Data Science &amp;amp; Engineering Workspace. However, they do NOT work in Databricks SQL. However, we &lt;B&gt;are&lt;/B&gt; interested in supporting data sources like these but we're likely to support Redshift, MySQL etc. before we get to generic JDBC support. So, to be clear, the JDBC data source never worked in DBSQL.&lt;/LI&gt;&lt;LI&gt;External Data Sources are different. They are part of the open source Redash product, but we are not planning on developing this feature right now.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What actual engine are you connecting to with the JDBC data source? Is it MySQL, Postgres etc?&lt;/P&gt;</description>
    <pubDate>Tue, 21 Sep 2021 10:36:35 GMT</pubDate>
    <dc:creator>BilalAslamDbrx</dc:creator>
    <dc:date>2021-09-21T10:36:35Z</dc:date>
    <item>
      <title>SQL endpoint JDBC table support</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15744#M297</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;is there any way/workaround to query JDBC tables the same way one can do with other type of clusters?&lt;/P&gt;&lt;P&gt;Doing so right now causes an error saying that only text based files are supported (json, parquet, delta etc) even though the tables are recognized in the sql workspace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Sep 2021 23:33:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15744#M297</guid>
      <dc:creator>RicksDB</dc:creator>
      <dc:date>2021-09-10T23:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: SQL endpoint JDBC table support</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15745#M298</link>
      <description>&lt;P&gt;Hello @E H​!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My name is Piper and I'm one of the community moderators. I wanted to pop in and thank you for your question. I'm sure that a fellow community member will be by to answer your question shortly. If not, the team will be back on Monday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Sat, 11 Sep 2021 18:24:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15745#M298</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-11T18:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: SQL endpoint JDBC table support</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15746#M299</link>
      <description>&lt;P&gt;To my understanding SQL Endpoint is connected to your hive metastore. One possible way is to connect your metastore to the corresponding JDBC table so that metadata is available for SQL endpoint to connect.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 12:50:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15746#M299</guid>
      <dc:creator>Sebastian</dc:creator>
      <dc:date>2021-09-13T12:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: SQL endpoint JDBC table support</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15747#M300</link>
      <description>&lt;P&gt;Hi Sebastian, thank you for your answer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right, SQL endpoint uses the same metastore as the other clusters. Therefore, after creating a JDBC table in a high currency cluster, I do see the table in the sql analytics workspace. The table is recognized and the schema is even visible. However, when querying the table , an error occurs explaining than JDBC is not supported, only text based file are. The same query works correctly when using the high currency cluster.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 17:13:01 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15747#M300</guid>
      <dc:creator>RicksDB</dc:creator>
      <dc:date>2021-09-13T17:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: SQL endpoint JDBC table support</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15748#M301</link>
      <description>&lt;P&gt;@E H​&amp;nbsp;can you share a screenshot of the error in Databricks SQL? And also a screenshot of the query working in the &lt;I&gt;Data science &amp;amp; engineering &lt;/I&gt;workspace?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 15:11:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15748#M301</guid>
      <dc:creator>BilalAslamDbrx</dc:creator>
      <dc:date>2021-09-17T15:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: SQL endpoint JDBC table support</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15749#M302</link>
      <description>&lt;P&gt;Hi Muhammed, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the screenshots querying the same table. The first one is in the Analytics SQL workspace. The second one in the engineering workspace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;SQL Endpoint&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="sqlEndpoint"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2434i6FCC650EE6A62694/image-size/large?v=v2&amp;amp;px=999" role="button" title="sqlEndpoint" alt="sqlEndpoint" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;High Concurrency (Or any other clusters beside sql clusters)&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="HighConcurrency"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2436iC32F14C9C6181832/image-size/large?v=v2&amp;amp;px=999" role="button" title="HighConcurrency" alt="HighConcurrency" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Sep 2021 13:15:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15749#M302</guid>
      <dc:creator>RicksDB</dc:creator>
      <dc:date>2021-09-18T13:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: SQL endpoint JDBC table support</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15750#M303</link>
      <description>&lt;P&gt;To add more information to the topic,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've seen this element within the release notes. Is this related? Was JDBC supported but deactivated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ExternalDatasource"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2442i4F2021378720ECDD/image-size/large?v=v2&amp;amp;px=999" role="button" title="ExternalDatasource" alt="ExternalDatasource" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Sep 2021 20:35:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15750#M303</guid>
      <dc:creator>RicksDB</dc:creator>
      <dc:date>2021-09-20T20:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: SQL endpoint JDBC table support</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15751#M304</link>
      <description>&lt;P&gt;@E H​&amp;nbsp;I thought I replied, but apparently I didn't -- apologies for the late response. So there are two different things in play:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;JDBC tables are supported by Apache Spark and as you can see in your screenshot, they work just fine in the Data Science &amp;amp; Engineering Workspace. However, they do NOT work in Databricks SQL. However, we &lt;B&gt;are&lt;/B&gt; interested in supporting data sources like these but we're likely to support Redshift, MySQL etc. before we get to generic JDBC support. So, to be clear, the JDBC data source never worked in DBSQL.&lt;/LI&gt;&lt;LI&gt;External Data Sources are different. They are part of the open source Redash product, but we are not planning on developing this feature right now.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What actual engine are you connecting to with the JDBC data source? Is it MySQL, Postgres etc?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 10:36:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15751#M304</guid>
      <dc:creator>BilalAslamDbrx</dc:creator>
      <dc:date>2021-09-21T10:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: SQL endpoint JDBC table support</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15752#M305</link>
      <description>&lt;P&gt;Thanks for the clarifications @Bilal Aslam​&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The query above was executed on an Azure sql managed instance datasource.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 12:08:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15752#M305</guid>
      <dc:creator>RicksDB</dc:creator>
      <dc:date>2021-09-21T12:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: SQL endpoint JDBC table support</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15753#M306</link>
      <description>&lt;P&gt;Being able to join data coming both from the delta lake and Azure SQL would be an excellent feature for SQL Analytics - providing us the option to supply the reporting community (Power BI) with a single data hub.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 17:06:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15753#M306</guid>
      <dc:creator>realolap</dc:creator>
      <dc:date>2021-11-10T17:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: SQL endpoint JDBC table support</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15754#M307</link>
      <description>&lt;P&gt;Any news regarding this feature?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Dec 2021 14:40:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15754#M307</guid>
      <dc:creator>RicksDB</dc:creator>
      <dc:date>2021-12-22T14:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: SQL endpoint JDBC table support</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15755#M308</link>
      <description>&lt;P&gt;+1 &lt;/P&gt;&lt;P&gt;It would be great to have this option. I'm on the way to building a Data Analytics Platform based on Databricks SQL for my customer. Databricks SQL is really cool product, but it seems it doesn't support reading data from PostgreSQL (Azure DBaaS). For me, it just shows a shema and that's all. Works well in the Data Engineering workspace. Please consider this feature.  &lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 15:04:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15755#M308</guid>
      <dc:creator>dimsh</dc:creator>
      <dc:date>2021-12-23T15:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: SQL endpoint JDBC table support</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15756#M309</link>
      <description>&lt;P&gt;@E H​&amp;nbsp;nope, not yet. It's definitely on our list of things to figure out and support.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 15:23:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15756#M309</guid>
      <dc:creator>BilalAslamDbrx</dc:creator>
      <dc:date>2021-12-28T15:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: SQL endpoint JDBC table support</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15757#M310</link>
      <description>&lt;P&gt;I've been waiting patiently for this option since public preview early 2021. The vast majority of our data is in SQL Server databases, and because we are unable to query these data sources is the primary reason the data team hasn't adopted SQL Workspace as a solution. We support JDBC connectivity, and it is nice that the metastore works, but without being able to query the data is in my opinion oversight.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 17:21:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/sql-endpoint-jdbc-table-support/m-p/15757#M310</guid>
      <dc:creator>RyanD-AgCountry</dc:creator>
      <dc:date>2022-02-23T17:21:37Z</dc:date>
    </item>
  </channel>
</rss>

