-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor BigQuery hook methods to use python library (#8631)
* Refactor create_external_table * Refactor patch_table and add update_table * Refactor run_grant_dataset_view_access * Refactor run_upsert_table * Refactor insert_all * Refactor delete_table * Refactor list_rows * Fix types * Fix test * Refactor poll_job_complete * Refactor cancel_query * Refactor run_with_configuration * Refactor run_* methods * Fix self.project_id issue * Fixup run_table_upsert
- Loading branch information
Showing
7 changed files
with
886 additions
and
1,098 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
Oops, something went wrong.