This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
v1.0.1
First release after GA brings a few bug fixes:
- Fix subquery order dependency in Query constructor (469da4b)
- Fix a bug where an unbounded number of credentials wrappers got added (84ccb95)
- Fix a bug where
%bq query
table view is broke (035a4a5) - Fix Query.data_sources method to return dict instead of list of tuples (9d79da7)
- Fixes for Python3 compatibility (5deca12, b27dc58, and 99ec449)