-
Notifications
You must be signed in to change notification settings - Fork 998
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
to_bigquery()
function to BigQueryRetrievalJob (#1634)
* Add to_bigquery() function for bq retrieval job Signed-off-by: Vivian Tao <[email protected]> * Using tenacity for retries Signed-off-by: Vivian Tao <[email protected]> * Refactoring to_biquery function Signed-off-by: Vivian Tao <[email protected]> * Adding tenacity dependency and changing temp table prefix to historical Signed-off-by: Vivian Tao <[email protected]> * Use self.client instead of creating a new client Signed-off-by: Vivian Tao <[email protected]> * pin tenacity to major version Signed-off-by: Vivian Tao <[email protected]> * Tenacity dependency range Signed-off-by: Vivian Tao <[email protected]>
- Loading branch information
Showing
3 changed files
with
48 additions
and
4 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