Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: firestore-export-bigquery #2210

Merged
merged 10 commits into from
Nov 6, 2024
Merged

release: firestore-export-bigquery #2210

merged 10 commits into from
Nov 6, 2024

Conversation

cabljac
Copy link
Contributor

@cabljac cabljac commented Nov 6, 2024

This PR is to release firestore-bigquery-export extension

cabljac and others added 6 commits November 6, 2024 11:46
Co-authored-by: Mais Alheraki <mais.alheraki@gmail.com>
* fix(firestore-bigquery-changetracker): include declaration files

* chore(firestore-bigquery-changetracker): bump version

* fix(firestore-bigquery-export): added ts-expect-error and TODOs in the import script
* chore(firestore-bigquery-changetracker): bump version

* fix(firestore-bigquery-export): added ts-expect-error and TODOs in the import script

* feat: try to immediately write to bq first

* chore: remove legacy backfill code

* feat: add max enqueue attempts param

* test: add flags to test, remove unused resource

* feat: add backup to gcs

* chore(firestore-bigquery-export): temporarily disable GCS

* chore: bump ext version

* fix(firstore-bigquery-export): comment out unused role for now and use logging

* fix(firestore-bigquery-export): implemented RC changes including logging keys

* chore(firestore-bigquery-export): update README and CHANGELOG

* chore(firestore-bigquery-export): update CHANGELOG
@cabljac cabljac requested a review from a team as a code owner November 6, 2024 11:51
Co-authored-by: Mais Alheraki <mais.alheraki@gmail.com>
Co-authored-by: Mais Alheraki <mais.alheraki@gmail.com>
// Initialize Firebase Admin with your credentials
// Make sure you've already set up your Firebase Admin SDK
admin.initializeApp({
projectId: "vertex-testing-1efc3",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
projectId: "vertex-testing-1efc3",
projectId: "PROJECT_ID",

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oop, will tidy this up in a new commit later

@cabljac cabljac merged commit 792c14d into master Nov 6, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants