6.2.1.3.1 Data Import Details

Use the Console to view the Data Import Details. For more information on the details being displayed, see Importing Data Using the Data Import Feature.

Table 6-1 Data Import Details Pane

Name Description
Summary Data import summary. See Table 6-2.
Source Data import source. See Table 6-3.
Destination Data import destination. See Table 6-4.
Messages Data import messages. See Table 6-5.

Table 6-2 Data Import Summary

Field Description
State

The state of the data import operation:

  • In Progress: The data import is in progress
  • Succeeded: The data import has succeeded
  • Failed: The data import has failed
Progress (%) The progress of the data import in percentage.
Resource ID The unique resource identifier assigned to the data import.
Description The optional user-defined description for the data import.
Last updated The date and time when the Data Import Details were last updated.
Created The date and time when the data import operation started.

Table 6-3 Data Import Source

Field Description
S3 URI The Amazon S3 URI of the S3 bucket containing the data being imported.
Character set The character set for the import data.
Update GTID set (for MySQL dump file imports only) For data that contain GTIDs, how the gtid_executed GTID set from the source MySQL instance is applied to the gtid_purged GTID set on the target MySQL instance.
  • OFF: (Default) Do not update the GTID set. This is also the option for data that do not contain GTIDs.
  • APPEND: Append the gtid_executed GTID set from the source MySQL instance to the gtid_purged GTID set on the target MySQL instance.
  • REPLACE: Replace the gtid_purged GTID set on the target MySQL instance with the gtid_executed GTID set from the source MySQL instance.
Files (for text file imports only) The names of imported data files.
Skip rows (for text file imports only) The number of rows that is skipped from the beginning of the imported data file or, in the case of multiple import files, at the beginning of every file included in the file list.
Lines terminated by (for text file imports only) The character(s) with which each of the lines are terminated in the imported data file.
Fields terminated by (for text file imports only) The character(s) with which each of the fields are terminated in the imported data file.
Fields enclosed by (for text file imports only) The character with which the utility encloses each of the fields in the imported data file.
Fields escaped by (for text file imports only) The character that is to begin escape sequences in the imported data file.
Fields optionally enclosed (for text file imports only) Whether a field is enclosed only if it has a string data type.

Table 6-4 Data Import Destination Details

Field Description
Schema/Table The tables being imported, listed under the schemas they are under.
Progress The progress on the table import.
Size The size of the table.

Table 6-5 Data Import Messages

Field Description
Errors Codes for any errors in the data import operation.
Warnings Warnings on the import operation that require user attention.
Info Information on the data import.