

 Amazon Redshift will no longer support the creation of new Python UDFs starting Patch 198. Existing Python UDFs will continue to function until June 30, 2026. For more information, see the [ blog post ](https://aws.amazon.com/blogs/big-data/amazon-redshift-python-user-defined-functions-will-reach-end-of-support-after-june-30-2026/). 

# SYS\_COPY\_JOB
<a name="SYS_COPY_JOB"></a>

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](cm_chap_system-tables.md#c_visibility-of-data).

## Table columns
<a name="SYS_COPY_JOB-table-columns"></a>


| 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.  | 