Skip to content

Commit

Permalink
Need fastavro to actually read rows from bqstorage.
Browse files Browse the repository at this point in the history
  • Loading branch information
tswast committed Mar 30, 2019
1 parent e96eef8 commit 6fcb780
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bigquery/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@
'google-resumable-media >= 0.3.1',
]
extras = {
'bqstorage': 'google-cloud-bigquery-storage >= 0.2.0dev1, <2.0.0dev',
'bqstorage': [
'google-cloud-bigquery-storage >= 0.2.0dev1, <2.0.0dev',
'fastavro>=0.21.2',
],
'pandas': 'pandas>=0.17.1',
# Exclude PyArrow dependency from Windows Python 2.7.
'pyarrow: platform_system != "Windows" or python_version >= "3.4"':
Expand Down

0 comments on commit 6fcb780

Please sign in to comment.