8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae2337 commit 478597aCopy full SHA for 478597a
google/cloud/bigquery/client.py
@@ -177,7 +177,10 @@ def __init__(
177
client_options=None,
178
):
179
super(Client, self).__init__(
180
- project=project, credentials=credentials, _http=_http
+ project=project,
181
+ credentials=credentials,
182
+ client_options=client_options,
183
+ _http=_http,
184
)
185
186
kw_args = {"client_info": client_info}
setup.py
@@ -31,7 +31,7 @@
31
dependencies = [
32
'enum34; python_version < "3.4"',
33
"google-api-core >= 1.21.0, < 2.0dev",
34
- "google-cloud-core >= 1.1.0, < 2.0dev",
+ "google-cloud-core >= 1.4.1, < 2.0dev",
35
"google-resumable-media >= 0.5.0, < 2.0dev",
36
"six >=1.13.0,< 2.0.0dev",
37
]
0 commit comments