[
https://issues.apache.org/jira/browse/BEAM-3451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16322795#comment-16322795
]
ASF GitHub Bot commented on BEAM-3451:
--------------------------------------
udim closed pull request #4389: [BEAM-3451] Update google-cloud-bigquery
version.
URL: https://github.com/apache/beam/pull/4389
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/sdks/python/container/Dockerfile b/sdks/python/container/Dockerfile
index 7cbe6c2632b..c4406da7c77 100644
--- a/sdks/python/container/Dockerfile
+++ b/sdks/python/container/Dockerfile
@@ -62,7 +62,7 @@ RUN \
pip install "proto-google-cloud-datastore-v1 == 0.90.4" && \
pip install "googledatastore == 7.0.1" && \
pip install "google-cloud-pubsub == 0.26.0" && \
- pip install "google-cloud-bigquery == 0.25.0" && \
+ pip install "google-cloud-bigquery == 0.29.0" && \
# Optional packages
pip install "cython == 0.27.2" && \
pip install "guppy == 0.1.10" && \
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index d0034f7dee7..58559d76e97 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -126,8 +126,7 @@ def get_version():
'proto-google-cloud-datastore-v1>=0.90.0,<=0.90.4',
'googledatastore==7.0.1',
'google-cloud-pubsub==0.26.0',
- # GCP packages required by tests
- 'google-cloud-bigquery==0.25.0',
+ 'google-cloud-bigquery==0.29.0',
]
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Migrate Python SDK to use official google-cloud-bigquery package
> ----------------------------------------------------------------
>
> Key: BEAM-3451
> URL: https://issues.apache.org/jira/browse/BEAM-3451
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Reporter: Udi Meiri
> Assignee: Udi Meiri
> Fix For: Not applicable
>
>
> Python SDK is currently using a google-apitools generated client library:
> https://github.com/apache/beam/blob/master/sdks/python/apache_beam/io/gcp/internal/clients/bigquery/bigquery_v2_client.py
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)