-
Notifications
You must be signed in to change notification settings - Fork 423
feat(firestore-bigquery-export): support cross-project import with the import script #1800
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
Conversation
…to bigQueryProjectId
…e as param option
Hey @cabljac, Just wanted to share my thanks and appreciation for helping out here! :) |
You could use the PROJECT_ID as a fallback if no big query project id is provided to be downward compatible |
Hey there! Any news about this one? I've tested using 0.1.43 extension version, following @jwerner08's instructions, but for some reason BigQuery project Id was always being setted to "undefined". On the other way, if I manually overwrite project variables, everything runs perfectly. Having this functionality in a production branch would be amazing, it's quite easy to use and most of my jobs runs on cross projects. Thanks for the excellent work! |
…nvertase/@jwerner08/gcp-option
@jauntybrain can you resolve the conflict |
This is to replace the PR here as refactors have made the original fork diverge too much from
next
. Need to re-review before we merge.Should fix #1688