File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55[ 1 ] : https://pypi.org/project/google-cloud-bigquery/#history
66
7+ ## 1.4.0
8+
9+ ### Implementation Changes
10+
11+ - Add 'internalError' to retryable error reasons. (#5599 )
12+ - Don't raise exception if viewing CREATE VIEW DDL results (#5602 )
13+
14+ ### New Features
15+
16+ - Add Orc source format support and samples (#5500 )
17+ - Move 'DEFAULT_RETRY' (w/ its predicate) to a new public 'retry' module. (#5552 )
18+ - Allow listing rows on an empty table. (#5584 )
19+
20+ ### Documentation
21+
22+ - Add load_table_from_dataframe() to usage docs and changelog and dedents snippets in usage page (#5501 )
23+ - Add samples for query external data sources (GCS & Sheets) (#5491 )
24+ - Add BigQuery authorized view samples (#5515 )
25+ - Update docs to show pyarrow as the only dependency of load_table_from_dataframe() (#5582 )
26+
27+ ### Internal / Testing Changes
28+
29+ - Add missing explict coverage for '_ helpers' (#5550 )
30+ - Skip update_table and update_dataset tests until etag issue is resolved. (#5590 )
31+
732## 1.3.0
833
934### New Features
Original file line number Diff line number Diff line change 2222
2323name = 'google-cloud-bigquery'
2424description = 'Google BigQuery API client library'
25- version = '1.3 .0'
25+ version = '1.4 .0'
2626# Should be one of:
2727# 'Development Status :: 3 - Alpha'
2828# 'Development Status :: 4 - Beta'
You can’t perform that action at this time.
0 commit comments