Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to_bigquery() function to BigQueryRetrievalJob #1634

Merged
merged 7 commits into from
Jun 16, 2021

Commits on Jun 15, 2021

  1. Add to_bigquery() function for bq retrieval job

    Signed-off-by: Vivian Tao <[email protected]>
    vtao2 committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    4cb2f01 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Using tenacity for retries

    Signed-off-by: Vivian Tao <[email protected]>
    vtao2 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    e49ce8f View commit details
    Browse the repository at this point in the history
  2. Refactoring to_biquery function

    Signed-off-by: Vivian Tao <[email protected]>
    vtao2 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    c45765c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e5d470 View commit details
    Browse the repository at this point in the history
  4. Use self.client instead of creating a new client

    Signed-off-by: Vivian Tao <[email protected]>
    vtao2 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    d7717ef View commit details
    Browse the repository at this point in the history
  5. pin tenacity to major version

    Signed-off-by: Vivian Tao <[email protected]>
    vtao2 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    0ef414d View commit details
    Browse the repository at this point in the history
  6. Tenacity dependency range

    Signed-off-by: Vivian Tao <[email protected]>
    vtao2 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    d2090f2 View commit details
    Browse the repository at this point in the history