Skip to content

Commit

Permalink
chore(firestore-bigquery-export): bump extension and import script fo…
Browse files Browse the repository at this point in the history
…r release
  • Loading branch information
cabljac committed Nov 29, 2023
1 parent 10c373d commit 94dcb31
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions firestore-bigquery-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.1.42

fix - correctly extract timestamps from firestore fields to partition columns

## Version 0.1.41

fix - rollback backfill feature
Expand Down
2 changes: 1 addition & 1 deletion firestore-bigquery-export/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: firestore-bigquery-export
version: 0.1.41
version: 0.1.42
specVersion: v1beta

displayName: Stream Firestore to BigQuery
Expand Down
4 changes: 2 additions & 2 deletions firestore-bigquery-export/scripts/import/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion firestore-bigquery-export/scripts/import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebaseextensions/fs-bq-import-collection",
"version": "0.1.20",
"version": "0.1.21",
"description": "Import a Firestore Collection into a BigQuery Changelog Table",
"main": "./lib/index.js",
"repository": {
Expand Down

0 comments on commit 94dcb31

Please sign in to comment.