<?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: Databricks Delta table Insert Data Error in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/databricks-delta-table-insert-data-error/m-p/49502#M1607</link>
    <description>&lt;P&gt;Thank you for trying to solve the problem together.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to use SQL Query in Notebook.&lt;/P&gt;&lt;P&gt;I'd like to tell you the query I'm using, but it's difficult to share.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;-Step1 Create TableA&lt;BR /&gt;A table called A was created as shown below, and the location was designated as a specific blob storage path.&lt;/P&gt;&lt;P&gt;-Step2 Insert Data&lt;BR /&gt;The approximate content of the query is to insert data from tables B and C into table A.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Create&lt;/SPAN&gt; &lt;SPAN&gt;Table&lt;/SPAN&gt;&lt;SPAN&gt; tableA (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Col1 &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;as&lt;/SPAN&gt; &lt;SPAN&gt;int&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Col2 &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;as&lt;/SPAN&gt; &lt;SPAN&gt;int&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Col3 &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;as&lt;/SPAN&gt;&lt;SPAN&gt; string&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Col4 &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;as&lt;/SPAN&gt;&lt;SPAN&gt; string&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;SPAN&gt;using&lt;/SPAN&gt;&lt;SPAN&gt; delta &lt;/SPAN&gt;&lt;SPAN&gt;location&lt;/SPAN&gt; &lt;SPAN&gt;'Blob storage path'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;Insert into&lt;/SPAN&gt;&lt;SPAN&gt; tableA&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;select&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; B.Col1 &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;AS&lt;/SPAN&gt;&lt;SPAN&gt; Col1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; B.Col2 &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;AS&lt;/SPAN&gt;&lt;SPAN&gt; Col2&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; C.Col1 &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;AS&lt;/SPAN&gt;&lt;SPAN&gt; Col3&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; C.Col2 &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;AS&lt;/SPAN&gt;&lt;SPAN&gt; Col4&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;from&lt;/SPAN&gt;&lt;SPAN&gt; tableB B&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Left outer join&lt;/SPAN&gt;&lt;SPAN&gt; tableC C&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 19 Oct 2023 00:08:03 GMT</pubDate>
    <dc:creator>eric2</dc:creator>
    <dc:date>2023-10-19T00:08:03Z</dc:date>
    <item>
      <title>Databricks Delta table Insert Data Error</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-delta-table-insert-data-error/m-p/49445#M1600</link>
      <description>&lt;P&gt;When trying to insert data into the Delta table in databricks, an error occurs as shown below. &lt;FONT color="#FF0000"&gt;[TASK_WRITE_FAILED] Task failed while writing rows to abfss://cont-01@dlsgolfzon001.dfs.core.windows.net/dir-db999_test/D_RGN_INFO_TMP.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;In SQL, the results of Select statements other than Insert into are displayed in table form, but an error occurs when Insert is used.&lt;/P&gt;&lt;P&gt;Please tell me how to resolve this error.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 07:03:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-delta-table-insert-data-error/m-p/49445#M1600</guid>
      <dc:creator>eric2</dc:creator>
      <dc:date>2023-10-18T07:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Delta table Insert Data Error</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-delta-table-insert-data-error/m-p/49453#M1603</link>
      <description>&lt;P&gt;how do you try to insert the data into the delta table?&lt;/P&gt;&lt;P&gt;Can you share the statement?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 09:22:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-delta-table-insert-data-error/m-p/49453#M1603</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2023-10-18T09:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Delta table Insert Data Error</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-delta-table-insert-data-error/m-p/49502#M1607</link>
      <description>&lt;P&gt;Thank you for trying to solve the problem together.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to use SQL Query in Notebook.&lt;/P&gt;&lt;P&gt;I'd like to tell you the query I'm using, but it's difficult to share.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;-Step1 Create TableA&lt;BR /&gt;A table called A was created as shown below, and the location was designated as a specific blob storage path.&lt;/P&gt;&lt;P&gt;-Step2 Insert Data&lt;BR /&gt;The approximate content of the query is to insert data from tables B and C into table A.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Create&lt;/SPAN&gt; &lt;SPAN&gt;Table&lt;/SPAN&gt;&lt;SPAN&gt; tableA (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Col1 &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;as&lt;/SPAN&gt; &lt;SPAN&gt;int&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Col2 &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;as&lt;/SPAN&gt; &lt;SPAN&gt;int&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Col3 &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;as&lt;/SPAN&gt;&lt;SPAN&gt; string&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Col4 &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;as&lt;/SPAN&gt;&lt;SPAN&gt; string&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;SPAN&gt;using&lt;/SPAN&gt;&lt;SPAN&gt; delta &lt;/SPAN&gt;&lt;SPAN&gt;location&lt;/SPAN&gt; &lt;SPAN&gt;'Blob storage path'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;Insert into&lt;/SPAN&gt;&lt;SPAN&gt; tableA&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;select&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; B.Col1 &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;AS&lt;/SPAN&gt;&lt;SPAN&gt; Col1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; B.Col2 &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;AS&lt;/SPAN&gt;&lt;SPAN&gt; Col2&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; C.Col1 &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;AS&lt;/SPAN&gt;&lt;SPAN&gt; Col3&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; C.Col2 &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;AS&lt;/SPAN&gt;&lt;SPAN&gt; Col4&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;from&lt;/SPAN&gt;&lt;SPAN&gt; tableB B&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Left outer join&lt;/SPAN&gt;&lt;SPAN&gt; tableC C&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 19 Oct 2023 00:08:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-delta-table-insert-data-error/m-p/49502#M1607</guid>
      <dc:creator>eric2</dc:creator>
      <dc:date>2023-10-19T00:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Delta table Insert Data Error</title>
      <link>https://community.databricks.com/t5/get-started-discussions/databricks-delta-table-insert-data-error/m-p/49574#M1614</link>
      <description>&lt;P&gt;seems ok to me, have you tried to display the data from table A and also the B/C join?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Oct 2023 11:13:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/databricks-delta-table-insert-data-error/m-p/49574#M1614</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2023-10-20T11:13:51Z</dc:date>
    </item>
  </channel>
</rss>

