Execute an SQL Query against a Redshift database and store the results in an S3 bucket using non-native functions.
Download data from a Redshift database to an S3 bucket using an SQL Query and date range parameters specified.
Variables
Database to run the SQL Query on.
SQL Query to run. Statements are separated by a semicolon.
Parameters to use in your SQL Query, 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.
Datetime stamp where the processing of your sequentially sorted data should end. Leave this field blank to process all records with a Datetime stamp after the starting point.
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 data will be stored.
Folder path from the Folder Path Prefix in the S3 Bucket Connection to the folder where the data will be stored.
Name for the file containing the downloaded data.
Enable to allow an existing file with the same File Name in the Target Folder to be overwritten.
Format applied to the downloaded data.
For Delimited format, character used to separate columns. Default is tab.
Character used to initiate character escape sequences. Default is backslash.
String used to indicate a null value. Default is nothing.
For Delimited format, wrap strings in quotes. Recommended for source data containing double quotes or the delimiter character.
Download data from a Redshift database to an S3 bucket using an SQL Query and integer range parameters specified.
Variables
Database to run the SQL Query on.
SQL Query to run. Statements are separated by a semicolon.
Parameters to use in your SQL Query, 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 data will be stored.
Folder path from the Folder Path Prefix in the S3 Bucket Connection to the folder where the data will be stored.
Name for the file containing the downloaded data.
Enable to allow an existing file with the same File Name in the Target Folder to be overwritten.
Format applied to the downloaded data.
For Delimited format, character used to separate columns. Default is tab.
Character used to initiate character escape sequences. Default is backslash.
String used to indicate a null value. Default is nothing.
For Delimited format, wrap strings in quotes. Recommended for source data containing double quotes or the delimiter character.