Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit478597a

Browse files
feat(bigquery): add client_options to base class (#216)
* feat(bigquery): add client_options to base class* chore: bump g-c-c to 1.4.1
1 parentbae2337 commit478597a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

‎google/cloud/bigquery/client.py‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,10 @@ def __init__(
177177
client_options=None,
178178
):
179179
super(Client,self).__init__(
180-
project=project,credentials=credentials,_http=_http
180+
project=project,
181+
credentials=credentials,
182+
client_options=client_options,
183+
_http=_http,
181184
)
182185

183186
kw_args= {"client_info":client_info}

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
dependencies= [
3232
'enum34; python_version < "3.4"',
3333
"google-api-core >= 1.21.0, < 2.0dev",
34-
"google-cloud-core >= 1.1.0, < 2.0dev",
34+
"google-cloud-core >= 1.4.1, < 2.0dev",
3535
"google-resumable-media >= 0.5.0, < 2.0dev",
3636
"six >=1.13.0,< 2.0.0dev",
3737
]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp