Exports records from source table to the specified target table in an external database
Input Parameter Description
Name | Type | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
table_name | string | Name of the table from which the data will be exported to remote database, in [schema_name.]table_name format, using standard name resolution rules. | ||||||||||||||||
remote_query | string | Parameterized insert query to export gpudb table data into remote database. The default value is ''. | ||||||||||||||||
options | map of string to strings | Optional parameters. The default value is an empty map ( {} ).
|
Output Parameter Description
Name | Type | Description |
---|---|---|
table_name | string | Value of input parameter table_name. |
count_inserted | long | Number of records inserted into the target table. |
count_skipped | long | Number of records skipped. |
count_updated | long | [Not yet implemented] Number of records updated within the target table. |
info | map of string to strings | Additional information. |