Skip to content

Commit

Permalink
chore(firestore-bigquery-export): increment CHANGELOG and version
Browse files Browse the repository at this point in the history
  • Loading branch information
cabljac committed Mar 26, 2024
1 parent ffcf2fe commit 463a65d
Show file tree
Hide file tree
Showing 5 changed files with 3,087 additions and 1,951 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.47

fix - temporarily disable backfill feature

## Version 0.1.46

feature - add the ability to select Firestore database instance
Expand Down
5 changes: 2 additions & 3 deletions 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.46
version: 0.1.47
specVersion: v1beta

displayName: Stream Firestore to BigQuery
Expand Down Expand Up @@ -513,8 +513,7 @@ events:
lifecycleEvents:
onInstall:
function: initBigQuerySync
processingMessage:
Configuring BigQuery Sync.
processingMessage: Configuring BigQuery Sync.
onUpdate:
function: setupBigQuerySync
processingMessage: Configuring BigQuery Sync
Expand Down

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

Loading

0 comments on commit 463a65d

Please sign in to comment.