We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Write an integration test that verifies the payload being written to BQ is valid NDJSON and conforms to BigQuery schema.
The text was updated successfully, but these errors were encountered:
In addition: If too many sites are in the config, then the BQ Upload Jobs fail due to too many concurrent jobs in a short time period.
--> If the table is setup to be partitioned, this increased the limit by a large margin, but does not totally prevent the issue.
Instead, I suspect that if even 1 second can be delayed (sleep) between each process starting, this would likely solve the issue.
Sorry, something went wrong.
No branches or pull requests
Write an integration test that verifies the payload being written to BQ is valid NDJSON and conforms to BigQuery schema.
The text was updated successfully, but these errors were encountered: