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

Refactor BigQuery Destination Integration tests #20851

Merged
merged 6 commits into from
Dec 28, 2022

Commits on Dec 28, 2022

  1. Refactor BigQuery Destination Integration tests

    to reduce code duplication and move configuration
    logic from code into config files.
    This refactoring will make it easier to add more
    test cases for configuration variations such as
    data location, accounts with various permission combinations,
    and account impersonation
    grishick committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    c08e3d9 View commit details
    Browse the repository at this point in the history
  2. More refactoring

    grishick committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    7069373 View commit details
    Browse the repository at this point in the history
  3. fix typo

    grishick committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    e5027e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7cd8c94 View commit details
    Browse the repository at this point in the history
  5. remove copy-pasted credential file paths

    grishick committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    34e0842 View commit details
    Browse the repository at this point in the history
  6. more copu-pasta reduction

    grishick committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    342e2e5 View commit details
    Browse the repository at this point in the history