Execute SQL Steps against a Redshift Cluster and optionally store the results in a desired location.
Execute an SQL Script with the date range parameters specified.
Variables
Database to run the SQL Script or Query on.
SQL Script to run. Statements are separated by a semicolon.
Parameters to use in your SQL Query or Script, if any. Refer to slide out help for more information.
Datetime stamp where the processing of your sequentially sorted data should begin. This field will automatically be updated after each increment is processed.
Fixed amount to adjust the Next Run Start Point.
SQL Query to use to determine the end point of the data to process.
This Task will process your data in increments. Set a value in this field to determine the size of each increment.
Execute an SQL Script with the integer range parameters specified.
Variables
Database to run the SQL Script or Query on.
SQL Script to run. Statements are separated by a semicolon.
Parameters to use in your SQL Query or Script, if any. Refer to slide out help for more information.
Integer where the processing of your sequentially sorted data should begin. This field will automatically be updated after each increment is processed.
SQL Query to use to determine the end point of the data to process.
This Task will process your data in increments. Set a value in this field to determine the size of each increment.
Export data from Redshift using the native UNLOAD command and date range parameters.
Variables
Database to run the SQL Script or Query on.
SQL Query to run. Only one SQL step is allowed.
Parameters to use in your SQL Query or Script, if any. Refer to slide out help for more information.
Datetime stamp where the processing of your sequentially sorted data should begin. This field will automatically be updated after each increment is processed.
Fixed amount to adjust the Next Run Start Point.
SQL Query to use to determine the end point of the data to process.
This Task will process your data in increments. Set a value in this field to determine the size of each increment.
S3 Bucket where the exported data will be stored.
Folder path from the Folder Path Prefix in the S3 Bucket Connection to the folder where the data will be exported.
Name of the file that will be created with the exported data.
Extension added after the File Name. It will be added before any extension added from the Compression selection.
Type of compression to apply to the file containing the exported data. A selection other than None will add a gz or bz2 extension after the File Extension. Default is gzip.
Enable to append the creation datetime after the File Name and before any extensions.
Delimiter you want to use to separate columns. Default is tab delimited.
The string you want to use to indicate a null value. Default is nothing.
Enable to wrap strings in quotes. Recommended for source data values containing double quote characters or the delimiter character.
Enable to prepend a backslash in front of special characters.
Specify a size limit for individual files, between 5 MB and 6.2 GB. Specify a decimal number followed by MB or GB.
Enable to overwrite existing files with the same name as a file being created. Disable to trigger Task failure.
Enable to create multiple export files at the same time.
Export data from Redshift using the native UNLOAD command and integer range parameters.
Variables
Database to run the SQL Script or Query on.
SQL Query to run. Only one SQL step is allowed.
Parameters to use in your SQL Query or Script, if any. Refer to slide out help for more information.
Integer where the processing of your sequentially sorted data should begin. This field will automatically be updated after each increment is processed.
SQL Query to use to determine the end point of the data to process.
This Task will process your data in increments. Set a value in this field to determine the size of each increment.
S3 Bucket where the exported data will be stored.
Folder path from the Folder Path Prefix in the S3 Bucket Connection to the folder where the data will be exported.
Name of the file that will be created with the exported data.
Extension added after the File Name. It will be added before any extension added from the Compression selection.
Type of compression to apply to the file containing the exported data. A selection other than None will add a gz or bz2 extension after the File Extension. Default is gzip.
Enable to append the creation datetime after the File Name and before any extensions.
Delimiter you want to use to separate columns. Default is tab delimited.
The string you want to use to indicate a null value. Default is nothing.
Enable to wrap strings in quotes. Recommended for source data values containing double quote characters or the delimiter character.
Enable to prepend a backslash in front of special characters.
Specify a size limit for individual files, between 5 MB and 6.2 GB. Specify a decimal number followed by MB or GB.
Enable to overwrite existing files with the same name as a file being created. Disable to trigger Task failure.
Enable to create multiple export files at the same time.