Copy data from a Cloud Firestore database to a BigQuery data warehouse.
Read a range of data from a Cloud Firestore database and store it in a BigQuery data warehouse.
Variables
Credentials to use to access the Cloud Firestore database.
Name of the Firebase app associated with the Cloud Firestore database that you want to copy data from. If this field is left blank, the Cloud Firestore database associated with the [DEFAULT] Firebase app will be used.
Only documents in the sorted collection from the Cloud Firestore database that have a sort field value higher than the value specified will be processed. For a database that has never been processed before, specify a value that is lower than the sort field value on any document. This field will automatically be updated after each increment of documents is successfully processed.
This Task will process documents in increments. Set a value in this field to determine the size of each increment.
JSON specifying the name of the collection in the Firestore Database to use to find documents, which document field to use to sort the collection and how the fields in the documents map to columns in the BigQuery table. Refer to the slide out help for details and an example.
JSON specifying the names of the subcollections in the Firestore Database to use to find documents and how the fields in the documents map to columns in the BigQuery table. Refer to the slide out help for details and an example.
If enabled, the Task will end when an error is encountered while reading field in a document or writing a row to BigQuery. If disabled, the document triggering the error will be skipped and processing will continue with the next document.
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 from the Cloud Firestore database should be loaded.
Specify the name of the dataset that contains the table where the data from the Cloud Firestore database should be loaded.
Specify the name of the table where the data from the Cloud Firestore database should be loaded.
Read all data from a Cloud Firestore database and store it in a BigQuery data warehouse. Pre-existing data in the table will not be modified.
Variables
Credentials to use to access the Cloud Firestore database.
Name of the Firebase app associated with the Cloud Firestore database that you want to copy data from. If this field is left blank, the Cloud Firestore database associated with the [DEFAULT] Firebase app will be used.
This Task will process documents in increments. Set a value in this field to determine the size of each increment.
JSON specifying the name of the collection in the Firestore Database to use to find documents, which document field to use to sort the collection and how the fields in the documents map to columns in the BigQuery table. Refer to the slide out help for details and an example.
JSON specifying the names of the subcollections in the Firestore Database to use to find documents and how the fields in the documents map to columns in the BigQuery table. Refer to the slide out help for details and an example.
If enabled, the Task will end when an error is encountered while reading field in a document or writing a row to BigQuery. If disabled, the document triggering the error will be skipped and processing will continue with the next document.
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 from the Cloud Firestore database should be loaded.
Specify the name of the dataset that contains the table where the data from the Cloud Firestore database should be loaded.
Specify the name of the table where the data from the Cloud Firestore database should be loaded.