Read data from a MySQL database and load it into a BigQuery database.
Execute an SQL Query on a datetime bounded range of data in a MySQL database and store the results in a table in a BigQuery database.
Variables
Select the MySQL database where the query will be executed to find data to load.
SQL Query to run. Only one SQL step is allowed.
Parameters to use in your SQL Query, if any. Refer to slide out help for more information.
Credentials to use to access the BigQuery Cloud Data Warehouse.
Specify the unique identifier of the Google Cloud project that contains the dataset where the data will be loaded.
Specify the name of the dataset that contains the table where the data will be loaded.
Specify the name of the table where the data will be loaded.
Optionally specify the region where the dataset is located.
Enable to create the specified dataset if it does not exist.
Select the Shared Config that contains the load options and the column definitions for the data that will be loaded.
Datetime stamp 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.
Fixed amount to adjust the Next Run Start Point.
This Task will process your data in increments. Set a value in this field to determine the size of each increment.
Execute an SQL Query on an integer bounded range of data in a MySQL database and store the results in a table in a BigQuery database.
Variables
Select the MySQL database where the query will be executed to find data to load.
SQL Query to run. Only one SQL step is allowed.
Parameters to use in your SQL Query, if any. Refer to slide out help for more information.
Credentials to use to access the BigQuery Cloud Data Warehouse.
Specify the unique identifier of the Google Cloud project that contains the dataset where the data will be loaded.
Specify the name of the dataset that contains the table where the data will be loaded.
Specify the name of the table where the data will be loaded.
Optionally specify the region where the dataset is located.
Enable to create the specified dataset if it does not exist.
Select the Shared Config that contains the load options and the column definitions for the data that will be loaded.
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.