Updated on 2026-08-13 GMT+08:00

To DataArts Fabric SQL

Table 1 Parameter description

Type

Parameter

Description

Recommended Value

Basic parameters

Database Name

Database name. Click the icon next to the text box to select a database.

default

Table Name

Click the icon next to the text box to select a table.

test_DataArts Fabric SQL

Write Mode

Data write mode

  • INSERT_INTO: Data is appended to the destination Fabric table. Existing data in the table is not cleared.
  • INSERT_OVERWRITE: Data is first written to a temporary table and then written to the destination table using the INSERT OVERWRITE syntax of Fabric. The data overwrites existing data in the destination table.

INSERT_OVERWRITE

Partition

This parameter is displayed when Write Mode is INSERT_OVERWRITE.

It indicates the partition of the table to which data will be written.

year=2020,location=sun