SYS_COPY_JOB (preview) - Amazon Redshift
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

SYS_COPY_JOB (preview)

This is prerelease documentation for autocopy (SQL COPY JOB), which is in preview release. The documentation and the feature are both subject to change. We recommend that you use this feature only in test environments, and not in production environments. Public preview will end on June 30, 2024. Preview clusters will be removed automatically two weeks after the end of the preview. For preview terms and conditions, see Betas and Previews in Amazon Service Terms.

Use SYS_COPY_JOB to view details of COPY JOB commands.

This view contains the COPY JOB commands that have been created.

SYS_COPY_JOB is visible to all users. Superusers can see all rows; regular users can see only their own data. For more information, see Visibility of data in system tables and views.

Table columns

Column name Data type Description
job_id bigint The copy job identifier.
job_name character(128) The name of the copy job.
iam_role character(128) The IAM role specified in the COPY statement.
job_text character(256) The parameters of the COPY statement.
is_auto integer Indicates whether the COPY JOB is automatically run by Amazon Redshift. A 1 indicates true, 0 indicates false.
on_error_suspend integer This information is for internal use only.