-
Notifications
You must be signed in to change notification settings - Fork 402
🐛 [fs-bq-import-collection] Multi-Threaded import Script does not Support Cross-Project loading #2298
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
Comments
Thanks for reporting this issue! We’ve received it and are reviewing it. We’ll provide updates as soon as possible. |
Awesome, thanks so much for the prompt response :) Hope my fix is helpful, I got it working locally by using these changes directly and editing inline. |
Hi @justin-plancraft We've been testing this issue and the PR, and we haven't been able to reproduce the original issue at all so far. Can you confirm for us whether this is still occurring on the latest version of the extension? If it is then we'll dig into it further and figure out the root issue. |
I only had the problem back then and was not able to get it to run without patching the package - currently do not have a setup to reproduce with feasible effort, would have to touch quite a few things since right now all the extensions are in productive use 😬 |
Steps to reproduce:
When trying to Backfill via the Import Script in a Cross-Project setup (reading from project-dev-01 and writing to bigquery in project-prod-01 for example) - and running the import script multi-threaded, the worker.ts does not pass the neccessary bqProjectId to the BigQuery Writer, therefore always failing because the project-dev-01 does not contain the BigQuery Dataset and Table (and should not contain it).
Expected result
Should work
Actual result
Fails because view not found
The text was updated successfully, but these errors were encountered: