External table source |
- External table already exists: specifies to use an existing foreign table mapping the MaxCompute table.
- New external table: specifies to create a foreign table mapping the MaxCompute table. If no existing
foreign table that maps the MaxCompute table is available, select New external table.
|
External table table name |
The name of the existing foreign table. This parameter is available only when you
set External table source to External table already exists.
The foreign table must map the MaxCompute table from which data is to be synchronized.
|
Target Library |
The name of the Hologres database to which the MaxCompute data is to be synchronized. |
Target schema |
The name of the schema in the specified Hologres database.
If you have not created a schema, select the default public schema. If you have created a custom schema, you can select the created schema.
|
Destination Table Name |
The name of the table to which the MaxCompute data is to be synchronized. |
Target table description |
The description of the table to which the MaxCompute data is to be synchronized. |
Synchronization field |
The fields to be synchronized from the specified MaxCompute table.
You can select some or all fields in the MaxCompute table.
|
Partition configuration |
The partition fields to be synchronized.
The One-click MaxCompute data synchronization submodule supports a maximum of one level of partitions. To synchronize a table that
contains multiple levels of partitions, execute SQL statements in the SQL console. For more information, see SQL Console.
|
Index configuration |
The index to be built for the table to which the MaxCompute data is to be synchronized.
For more information, see Set table properties.
|
SQL Script |
The SQL statements that are executed when the data sync node is run. |