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
In
beam/sdks/python/apache_beam/io/gcp/bigquery.py
Line 286 in 611676d
return (result.load_jobid_pairs, result.copy_jobid_pairs) | beam.Flatten()
In fact, according to
Line 2230 in 611676d
Line 2234 in 611676d
return (result.destination_load_jobid_pairs, result.destination_copy_jobid_pairs) | beam.Flatten()
Priority: 3 (minor)
The text was updated successfully, but these errors were encountered:
Update bigquery.py
6d596e5
fix apache#31372
Update bigquery.py documentation (#31443)
16d6282
* Update bigquery.py fix #31372 * fix lint
liferoad
Successfully merging a pull request may close this issue.
What happened?
In
beam/sdks/python/apache_beam/io/gcp/bigquery.py
Line 286 in 611676d
return (result.load_jobid_pairs, result.copy_jobid_pairs) | beam.Flatten()
In fact, according to
beam/sdks/python/apache_beam/io/gcp/bigquery.py
Line 2230 in 611676d
beam/sdks/python/apache_beam/io/gcp/bigquery.py
Line 2234 in 611676d
return (result.destination_load_jobid_pairs, result.destination_copy_jobid_pairs) | beam.Flatten()
Issue Priority
Priority: 3 (minor)
Issue Components
The text was updated successfully, but these errors were encountered: