Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit be1d547

Browse files
committed
Remove version pins for google-apitools and oauth2client packages
This CL also adds (temporarily) the api client libraries for dataflow, bigquery, and storage. We cannot publish these new packages because they will break existing SDK releases. ----Release Notes---- Remove version pins for google-apitools and oauth2client packages. [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=120143827
1 parent cb1a6bb commit be1d547

12 files changed

Lines changed: 8869 additions & 12 deletions

File tree

google/cloud/dataflow/internal/auth.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ def get_service_credentials():
140140

141141
# The following code uses oauth2client >=2.0.0 functionality and if this
142142
# is not available due to import errors will use 1.5.2 functionality.
143-
# TODO(silviuc): Remove the 1.5.2 when dependencies have been updated.
144143
try:
145144
from oauth2client.service_account import ServiceAccountCredentials
146145
return ServiceAccountCredentials.from_p12_keyfile(

google/cloud/dataflow/internal/clients/__init__.py

Whitespace-only changes.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
"""Common imports for generated bigquery client library."""
2+
# pylint:disable=wildcard-import
3+
4+
import pkgutil
5+
6+
from apitools.base.py import *
7+
from google.cloud.dataflow.internal.clients.bigquery.bigquery_v2_client import *
8+
from google.cloud.dataflow.internal.clients.bigquery.bigquery_v2_messages import *
9+
10+
__path__ = pkgutil.extend_path(__path__, __name__)

google/cloud/dataflow/internal/clients/bigquery/bigquery_v2_client.py

Lines changed: 642 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)