Execute an SQL Query against a Snowflake database and store the results in an S3 bucket.
Download data from a Snowflake 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.
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.
Optional. Select the AWS Access Keys to use to access the S3 bucket where the data will be stored.
Optional. ARN of an IAM role to use for S3 bucket access.
Select the Shared Config that contains information about the S3 Bucket where the data will be stored.
Path from the starting folder in the S3 Bucket Configuration 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 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 Snowflake 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.
Optional. Select the AWS Access Keys to use to access the S3 bucket where the data will be stored.
Optional. ARN of an IAM role to use for S3 bucket access.
Select the Shared Config that contains information about the S3 Bucket where the data will be stored.
Path from the starting folder in the S3 Bucket Configuration 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 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.