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.
Specify the name of the dataset that contains the table that you want to copy data from.
Specify the name of the table that you want to copy data from.
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.