gabledata/recap

Implement BigQueryReader

Closed this issue · 1 comments

We need a BigQueryReader to go along with our SnowflakeReader. The BQ Reader should use BQ's API client rather than querying information_schema (i.e. don't use DbapiReader), though. We get more robust data this way.