-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Task]: Missing Information about Storage Write API Support in Google BigQuery I/O connector
for Python SDK
#26693
Closed
3 of 15 tasks
Comments
Thanks, that would be very helpful users! Feel free to open a PR for that |
RyuSA
added a commit
to RyuSA/beam
that referenced
this issue
May 25, 2023
Add usage of BigQuery StorageWriteAPI in Python.
RyuSA
added a commit
to RyuSA/beam
that referenced
this issue
May 25, 2023
Add usage of BigQuery StorageReadAPI in Python.
3 tasks
RyuSA
added a commit
to RyuSA/beam
that referenced
this issue
May 28, 2023
RyuSA
added a commit
to RyuSA/beam
that referenced
this issue
May 28, 2023
avoiding "already exists" error
RyuSA
added a commit
to RyuSA/beam
that referenced
this issue
May 28, 2023
avoiding "Line too long" pylint
RyuSA
added a commit
to RyuSA/beam
that referenced
this issue
Jun 6, 2023
Python SDK has some limitations on types. Co-authored-by: Ahmed Abualsaud <[email protected]>
RyuSA
added a commit
to RyuSA/beam
that referenced
this issue
Jun 6, 2023
Co-authored-by: Ahmed Abualsaud <[email protected]>
RyuSA
added a commit
to RyuSA/beam
that referenced
this issue
Jun 6, 2023
move examples that requires expansion-service from snippets.py
RyuSA
added a commit
to RyuSA/beam
that referenced
this issue
Jun 21, 2023
This reverts commit ff777f4.
RyuSA
added a commit
to RyuSA/beam
that referenced
this issue
Jun 21, 2023
RyuSA
added a commit
to RyuSA/beam
that referenced
this issue
Jun 21, 2023
Abacn
pushed a commit
that referenced
this issue
Jul 11, 2023
…` for Python SDK (#26889) * Update BigQuery document; Python SDK(#26693) Add usage of BigQuery StorageWriteAPI in Python. --------- Co-authored-by: Ahmed Abualsaud <[email protected]>
aleksandr-dudko
pushed a commit
to aleksandr-dudko/beam
that referenced
this issue
Jul 17, 2023
…` for Python SDK (apache#26889) * Update BigQuery document; Python SDK(apache#26693) Add usage of BigQuery StorageWriteAPI in Python. --------- Co-authored-by: Ahmed Abualsaud <[email protected]>
cushon
pushed a commit
to cushon/beam
that referenced
this issue
May 24, 2024
…` for Python SDK (apache#26889) * Update BigQuery document; Python SDK(apache#26693) Add usage of BigQuery StorageWriteAPI in Python. --------- Co-authored-by: Ahmed Abualsaud <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What needs to happen?
Currently, the documentation of BigQuery IO connector for the Python SDK states that it does not support the Storage Write API.
![image](https://private-user-images.githubusercontent.com/12961775/238280539-6fd74248-28ae-4f31-bd73-a3d95523f297.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MDAyNzgsIm5iZiI6MTczOTU5OTk3OCwicGF0aCI6Ii8xMjk2MTc3NS8yMzgyODA1MzktNmZkNzQyNDgtMjhhZS00ZjMxLWJkNzMtYTNkOTU1MjNmMjk3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDA2MTI1OFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNkMWRkNTUzMjZlNWFlNTc3ODc3MTA1MWM1ODY2ZTEzMGYyMmIwZTI5M2IwODk5ZDkzMzkzNTYzMTk5YjRkNTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.zeiCaqLVHqyfQbHvDAL2OL-zO6by2bskl6r_lGaiUc4)
https://beam.apache.org/documentation/io/built-in/google-bigquery/#writing-to-bigquery
However, with the recent release of Beam 2.47, a Pull Request (#25685) was merged to add support for the Storage Write API in the Python SDK. It looks this update has not been reflected in the current documentation.🤔 Can I update the document for the API?
https://github.com/apache/beam/blob/v2.47.0/sdks/python/apache_beam/io/gcp/bigquery.py#L2407
Yes, I'd like to create a pull request for this issue. I'll create a PR if I can do that, please let me know.
Thank you in advance.👋
Issue Priority
Priority: 3 (nice-to-have improvement)
Issue Components
The text was updated successfully, but these errors were encountered: