<?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: Delta Table is not available in the Databricks SQL in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/delta-table-is-not-available-in-the-databricks-sql/m-p/32327#M23552</link>
    <description>&lt;P&gt;Because it's a delta table, you don't need to provide the schema. &lt;/P&gt;</description>
    <pubDate>Tue, 04 Jan 2022 20:42:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-01-04T20:42:14Z</dc:date>
    <item>
      <title>Delta Table is not available in the Databricks SQL</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-table-is-not-available-in-the-databricks-sql/m-p/32324#M23549</link>
      <description>&lt;P&gt;Hi, there!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to read a data (simple SELECT * FROM schema.tabl_a) from the "Queries" Tab inside the Databricks SQL platform, but always getting &lt;I&gt;"&lt;U&gt;org.apache.spark.sql.AnalysisException: dbfs:/.../.. doesn't exist" DescribeRelation true, [col_name#121543, data_type#121544, comment#12154 &lt;/U&gt;&lt;/I&gt;error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I've done: &lt;/P&gt;&lt;P&gt;-- Mount ADLS folder to DBFS one from the Databrikcs Engineering module &lt;/P&gt;&lt;P&gt;-- Created external table via simple DDL statement: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;%sql
CREATE TABLE IF NOT EXISTS schema.table_a
USING DELTA 
LOCATION '/mnt/some_path/delta';&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; --Then I go to the Databrikcs SQL extension and try to get the data from the same table. &lt;/P&gt;&lt;P&gt;-- I've tried to get the data from the Databricks Engineering tool and it works well, instead of Databricks SQL one. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions about that? &lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 15:30:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-table-is-not-available-in-the-databricks-sql/m-p/32324#M23549</guid>
      <dc:creator>dimsh</dc:creator>
      <dc:date>2022-01-04T15:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Table is not available in the Databricks SQL</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-table-is-not-available-in-the-databricks-sql/m-p/32325#M23550</link>
      <description>&lt;P&gt;this &lt;I&gt;&lt;U&gt;dbfs:/.../.. doesn't exist"&lt;/U&gt;&lt;/I&gt; is which path? (delta location)? when you ls that path are there delta files?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 15:34:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-table-is-not-available-in-the-databricks-sql/m-p/32325#M23550</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-01-04T15:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Table is not available in the Databricks SQL</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-table-is-not-available-in-the-databricks-sql/m-p/32326#M23551</link>
      <description>&lt;P&gt;Yes. It's a Delta table for sure. &lt;/P&gt;&lt;P&gt;Update: I've created a new endpoint and now it works well. &lt;/P&gt;&lt;P&gt;It seems like the restart of the existing SQL endpoint will also fix this issue.  &lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 15:55:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-table-is-not-available-in-the-databricks-sql/m-p/32326#M23551</guid>
      <dc:creator>dimsh</dc:creator>
      <dc:date>2022-01-04T15:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Delta Table is not available in the Databricks SQL</title>
      <link>https://community.databricks.com/t5/data-engineering/delta-table-is-not-available-in-the-databricks-sql/m-p/32327#M23552</link>
      <description>&lt;P&gt;Because it's a delta table, you don't need to provide the schema. &lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 20:42:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/delta-table-is-not-available-in-the-databricks-sql/m-p/32327#M23552</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-04T20:42:14Z</dc:date>
    </item>
  </channel>
</rss>

