Closed gfr10598 closed 6 years ago
This introduces a rudimentary bqiface fake, that can be used to do very basic tests against the bqiface API.
So far, it includes partial implementations of: Client, Dataset, Table, Query, Job, RowIterator
One can create, retrieve, and run queries against a Table, but the query result is always an empty iterator.
This change is
This introduces a rudimentary bqiface fake, that can be used to do very basic tests against the bqiface API.
So far, it includes partial implementations of: Client, Dataset, Table, Query, Job, RowIterator
One can create, retrieve, and run queries against a Table, but the query result is always an empty iterator.
This change is