You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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: