Databricks Delta table Insert Data Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 12:03 AM
When trying to insert data into the Delta table in databricks, an error occurs as shown below. [TASK_WRITE_FAILED] Task failed while writing rows to abfss://cont-01@dlsgolfzon001.dfs.core.windows.net/dir-db999_test/D_RGN_INFO_TMP.
In SQL, the results of Select statements other than Insert into are displayed in table form, but an error occurs when Insert is used.
Please tell me how to resolve this error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 02:22 AM
how do you try to insert the data into the delta table?
Can you share the statement?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2023 05:08 PM
Thank you for trying to solve the problem together.
I try to use SQL Query in Notebook.
I'd like to tell you the query I'm using, but it's difficult to share.
-Step1 Create TableA
A table called A was created as shown below, and the location was designated as a specific blob storage path.
-Step2 Insert Data
The approximate content of the query is to insert data from tables B and C into table A.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2023 04:13 AM
seems ok to me, have you tried to display the data from table A and also the B/C join?