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 retry factory to consolidate retry strategies across dbt-bigquery #1395

Open
wants to merge 29 commits into
base: main
Choose a base branch
from

Commits on Nov 5, 2024

  1. fix imports

    mikealfare committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    2b01804 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b45594 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    391099d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7872a58 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42a8869 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    900dcac View commit details
    Browse the repository at this point in the history
  7. add retry to get_bq_table

    mikealfare committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    81bfa0c View commit details
    Browse the repository at this point in the history
  8. fix mocks in unit tests

    mikealfare committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    3e32872 View commit details
    Browse the repository at this point in the history
  9. rebase on main

    mikealfare committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    89e2a50 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3f79642 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. move client factory to credentials module so that on_error can be mov…

    …ed to the retry factory in the retry module
    mikealfare committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    f300080 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3065e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad74114 View commit details
    Browse the repository at this point in the history
  4. create a clients module

    mikealfare committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    9029c49 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc0fbea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a9f87e View commit details
    Browse the repository at this point in the history
  7. move load_dataframe logic from adapter to connection manager, use the…

    … built-in timeout argument instead of a manual polling method
    mikealfare committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    136ea77 View commit details
    Browse the repository at this point in the history
  8. move upload_file logic from adapter to connection manager, use the bu…

    …ilt-in timeout argument instead of a manual polling method, remove the manual polling method
    mikealfare committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    90d5308 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9211e1c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e90c24d View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    a2db35b View commit details
    Browse the repository at this point in the history
  2. fix seed load result

    mikealfare committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    b8408c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b896ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43c10f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4256682 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5644509 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df2971b View commit details
    Browse the repository at this point in the history
  8. changelog

    mikealfare committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0beaac6 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    6e2f4b4 View commit details
    Browse the repository at this point in the history