Get details about a batch import
imports_get_batches(id)
id | integer required. The ID for the import. |
---|
A list containing the following elements:
integer, The ID for the import.
string, The destination schema name. This schema must already exist in Redshift.
string, The destination table name, without the schema prefix. This table must already exist in Redshift.
integer, The ID of the destination database host.
string, The state of the run; one of "queued", "running", "succeeded", "failed", or "cancelled".
string, The time the last run started at.
string, The time the last run completed.
string, The error returned by the run, if any.
boolean, The hidden status of the item.