Skip to content

Commit 79c9067

Browse files
authored
DOC: Update change log (#80)
1 parent f6731a7 commit 79c9067

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44
0.2.1 / 2017-??-??
55
------------------
66

7-
- :func:`read_gbq` now handles query configuration `query.timeoutMs` and stop waiting. (:issue:`76`)
7+
- :func:`read_gbq` now raises ``QueryTimeout`` if the request exceeds the ``query.timeoutMs`` value specified in the BigQuery configuration. (:issue:`76`)
88

99
0.2.0 / 2017-07-24
1010
------------------

pandas_gbq/gbq.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ class NotFoundException(ValueError):
174174

175175
class QueryTimeout(ValueError):
176176
"""
177-
Raised when the query job timeout
177+
Raised when the query request exceeds the timeoutMs value specified in the
178+
BigQuery configuration.
178179
"""
179180
pass
180181

0 commit comments

Comments
 (0)