Used for running queries on a MySQL database. Can output results in JSON or CSV format to S3 or SFTP. Uses the task execution system to keep track of ranges and batches.
Execute sql steps as stored in the tracking database
Variables
Database where you want to run the script on.
Single step to be run. Treated as one statement regardless of ;
If in your sql you use any parameters then you need to create a parameter list here. To use ranges visit ...
Execute sql steps as stored in the tracking database
Variables
Database where you want to run the script on.
Single step to be run. Treated as one statement regardless of ;
If in your sql you use any parameters then you need to create a parameter list here. To use ranges visit ...
Export data from MySql database to a target location
Variables
Database where you want to run the script on.
Single step to be run. Treated as one statement regardless of ;
If in your sql you use any parameters then you need to create a parameter list here. To use ranges visit ...
File Path to a location where data files will be exported, not including filename
Export data from MySql database to a target location
Variables
Database where you want to run the script on.
Single step to be run. Treated as one statement regardless of ;
If in your sql you use any parameters then you need to create a parameter list here. To use ranges visit ...
File Path to a location where data files will be exported, not including filename