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
BigQueryIO has a bug where Write cannot be performed using .withAutoSharding() or .withNumShards(n) where n = 0 on DataflowRunner with unbounded data.
.withAutoSharding()
.withNumShards(n)
n = 0
Setting .withNumShards(n) where n > 1 and disabling autosharding
This issue affects ALL streaming python pipelines run on Dataflow with cross language transform BigQueryStorageWriteApiSchemaTransform
BigQueryStorageWriteApiSchemaTransform
Priority: 2 (default / most bugs should be filed as P2)
The text was updated successfully, but these errors were encountered:
Merge pull request #30059 [YAML] Require numStreams for unbounded Big…
11646ca
…QueryStorageWrite Require numStreams for unbounded BigQueryStorageWriteApiSchemaTransform xlang transform. This is to work around #30058
No branches or pull requests
What happened?
BigQueryIO has a bug where Write cannot be performed using
.withAutoSharding()
or.withNumShards(n)
wheren = 0
on DataflowRunner with unbounded data.Setting
.withNumShards(n)
where n > 1 and disabling autoshardingThis issue affects ALL streaming python pipelines run on Dataflow with cross language transform
BigQueryStorageWriteApiSchemaTransform
Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: