[go: nahoru, domu]

Skip to content

Commit

Permalink
chore: update BIGQUERY_PROJECT_ID desc
Browse files Browse the repository at this point in the history
  • Loading branch information
pr-Mais committed Jan 24, 2024
1 parent aa59b75 commit 943edfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion firestore-bigquery-export/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ To install an extension, your project must be on the [Blaze (pay as you go) plan

* BigQuery Dataset location: Where do you want to deploy the BigQuery dataset created for this extension? For help selecting a location, refer to the [location selection guide](https://cloud.google.com/bigquery/docs/locations).

* BigQuery Project ID: Override the default project for BigQuery instance. This can allow updates to be directed to a BigQuery instance on another GCP project.
* BigQuery Project ID: Override the default project for BigQuery instance. This can allow updates to be directed to to a BigQuery instance on another GCP project.

* Collection path: What is the path of the collection that you would like to export? You may use `{wildcard}` notation to match a subcollection of all documents in a collection (for example: `chatrooms/{chatid}/posts`). Parent Firestore Document IDs from `{wildcards}` can be returned in `path_params` as a JSON formatted string.

Expand Down
4 changes: 2 additions & 2 deletions firestore-bigquery-export/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ params:
- param: BIGQUERY_PROJECT_ID
label: BigQuery Project ID
description: >-
Override the default project bigquery instance. This can allow updates to
be directed to to a BigQuery instance on another GCP project.
Override the default project for BigQuery instance. This can allow updates
to be directed to to a BigQuery instance on another GCP project.
type: string
default: ${PROJECT_ID}
required: true
Expand Down

0 comments on commit 943edfc

Please sign in to comment.