Provide a highly scalable and configurable data processing service to provide basic ETL process
The SQL we want to run BEFORE we pull data
The SQL file which defines what data we are going to pull
An insert statement to load data into target table. The first column should be the unique key for this run
The SQL we want to run AFTER we loaded data
The column names that we are pulling from source SQL query, that we want to insert into target table. The columns must ne in sequence to the target SQL. Again, the first column should be the unique key of this batch.
We only support STRING (or TEXT) at this moment.