Copy data from a BigQuery data warehouse to a Cloud Firestore database.
Read data from a BigQuery data warehouse and store it in a Cloud Firestore database.
Variables
Credentials to use to access the BigQuery Cloud Data Warehouse.
Specify the unique identifier of the Google Cloud project that contains the dataset that you want to copy data from.
SQL Query to run. Only one SQL step is allowed.
Datetime stamp where the processing of your sequentially sorted data should begin. This field will automatically be updated after each successful Task completion.
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.
Credentials to use to access the Cloud Firestore database.
Specify the name of the Firebase app associated with the Cloud Firestore database where the data from the BigQuery data warehouse should be loaded. If this field is left blank, the Cloud Firestore database associated with the [DEFAULT] Firebase app will be used.
Specify the name of the collection within the Cloud Firestore database where the data from the BigQuery data warehouse should be loaded. If the specified collection does not exist, it will be created.
Specify the name of the column in BigQuery that holds the unique identifier for the Firestore document that corresponds to the row. If blank, a unique identifier will be automatically generated.