Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
feat: use BigQuery Storage client by default (#55)
* feat: use BigQuery Storage client by default * Use BQ Storage API by default in cell magic * Add raise_on_closed helper decorator to DB API * Use BigQuery Storage API by default in DB API * Use BQ Storage v1 stable version in main client * Use BQ Storage v1 stable in BigQuery cell magic * Use BQ Storage v1 stable in DB API * Support both v1 stable and beta1 BQ Storage client * Fix some typos and redundant Beta mark * Use ARROW as data format in DB API cursor * feat: add HOUR support for time partitioning interval (#91) * feat: add HOUR support for time partitioning interval * Bump BQ storage pin to stable version. Co-authored-by: shollyman <shollyman@google.com>
- Loading branch information
Showing
18 changed files
with
1,195 additions
and
455 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.