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

migrate code from googleapis/python-bigquery-datatransfer #10259

Merged
merged 117 commits into from
Jul 11, 2023

Commits on Jul 10, 2023

  1. BigQuery: Add Data Transfer Service quickstart. [(#1295)](#1295)

    * BigQuery: Add Data Transfer Service quickstart.
    
    Client library docs:
    https://googlecloudplatform.github.io/google-cloud-python/latest/bigquery_datatransfer/index.html
    
    * Enable BigQuery Data Transfer API in test project.
    * Remove project from quickstart test assertion. Don't depend on specific data sources being available.
    
    I believe the reason the tests are failing is that the data sources
    weren't allowed for the test project because the API was enabled, but
    the project wasn't enrolled as described in
    https://cloud.google.com/bigquery/docs/enable-transfer-service
    tswast authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6a382fc View commit details
    Browse the repository at this point in the history
  2. Auto-update dependencies. [(#1377)](#1377)

    * Auto-update dependencies.
    
    * Update requirements.txt
    dpebot authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    882c246 View commit details
    Browse the repository at this point in the history
  3. bigquery_datatransfer -> bigquerydatatransfer

    Update region tags because we are treating BigQuery Data Transfer Service as its own product in the samples tracker.
    tswast authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c507243 View commit details
    Browse the repository at this point in the history
  4. Auto-update dependencies. [(#1846)](#1846)

    ACK, merging.
    dpebot authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    05b9e48 View commit details
    Browse the repository at this point in the history
  5. Auto-update dependencies. [(#1980)](#1980)

    * Auto-update dependencies.
    
    * Update requirements.txt
    
    * Update requirements.txt
    dpebot authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6768a59 View commit details
    Browse the repository at this point in the history
  6. Adds updates including compute [(#2436)](#2436)

    * Adds updates including compute
    
    * Python 2 compat pytest
    
    * Fixing weird \r\n issue from GH merge
    
    * Put asset tests back in
    
    * Re-add pod operator test
    
    * Hack parameter for k8s pod operator
    gguuss authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    12b237b View commit details
    Browse the repository at this point in the history
  7. chore(deps): update dependency google-cloud-bigquery-datatransfer to …

    …v1 [(#3208)](#3208)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [google-cloud-bigquery-datatransfer](https://togithub.com/googleapis/python-bigquery-datatransfer) | major | `==0.4.1` -> `==1.0.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-bigquery-datatransfer</summary>
    
    ### [`v1.0.0`](https://togithub.com/googleapis/python-bigquery-datatransfer/blob/master/CHANGELOG.md#&#8203;100-httpswwwgithubcomgoogleapispython-bigquery-datatransfercomparev041v100-2020-03-04)
    
    [Compare Source](https://togithub.com/googleapis/python-bigquery-datatransfer/compare/v0.4.1...v1.0.0)
    
    ##### Features
    
    -   **bigquerydatatransfer:** add `service_account_name` option to transfer configs ([#&#8203;10013](https://www.github.com/googleapis/python-bigquery-datatransfer/issues/10013)) ([9ca090a](https://www.github.com/googleapis/python-bigquery-datatransfer/commit/9ca090af431092bc4286fa4443dd0dc0141f6de6))
    -   **bigquerydatatransfer:** undeprecate resource name helper methods; add py2 deprecation warning; bump copyright year to 2020 (via synth) ([#&#8203;10226](https://www.github.com/googleapis/python-bigquery-datatransfer/issues/10226)) ([c0f9cc3](https://www.github.com/googleapis/python-bigquery-datatransfer/commit/c0f9cc398e5558002c79a875809bb6cd1a98a8a4))
    -   set release_status to production/stable ([#&#8203;15](https://www.github.com/googleapis/python-bigquery-datatransfer/issues/15)) ([a9c1160](https://www.github.com/googleapis/python-bigquery-datatransfer/commit/a9c1160475dbc327e8cc5da3b5aee3ceaa618bd3))
    
    ##### Bug Fixes
    
    -   **bigquery_datatransfer:** deprecate resource name helper methods (via synth) ([#&#8203;9829](https://www.github.com/googleapis/python-bigquery-datatransfer/issues/9829)) ([fc06995](https://www.github.com/googleapis/python-bigquery-datatransfer/commit/fc0699549479cc3e34e217f9e588f5128107ba89))
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/python-docs-samples).
    renovate-bot authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6d82d5b View commit details
    Browse the repository at this point in the history
  8. Simplify noxfile setup. [(#2806)](#2806)

    * chore(deps): update dependency requests to v2.23.0
    
    * Simplify noxfile and add version control.
    
    * Configure appengine/standard to only test Python 2.7.
    
    * Update Kokokro configs to match noxfile.
    
    * Add requirements-test to each folder.
    
    * Remove Py2 versions from everything execept appengine/standard.
    
    * Remove conftest.py.
    
    * Remove appengine/standard/conftest.py
    
    * Remove 'no-sucess-flaky-report' from pytest.ini.
    
    * Add GAE SDK back to appengine/standard tests.
    
    * Fix typo.
    
    * Roll pytest to python 2 version.
    
    * Add a bunch of testing requirements.
    
    * Remove typo.
    
    * Add appengine lib directory back in.
    
    * Add some additional requirements.
    
    * Fix issue with flake8 args.
    
    * Even more requirements.
    
    * Readd appengine conftest.py.
    
    * Add a few more requirements.
    
    * Even more Appengine requirements.
    
    * Add webtest for appengine/standard/mailgun.
    
    * Add some additional requirements.
    
    * Add workaround for issue with mailjet-rest.
    
    * Add responses for appengine/standard/mailjet.
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    2 people authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    029e126 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0867434 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    75e1867 View commit details
    Browse the repository at this point in the history
  11. chore(deps): update dependency pytest to v5.4.3 [(#4279)](#4279)

    * chore(deps): update dependency pytest to v5.4.3
    
    * specify pytest for python 2 in appengine
    
    Co-authored-by: Leah Cole <coleleah@google.com>
    2 people authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    e3fa3c6 View commit details
    Browse the repository at this point in the history
  12. chore(deps): update dependency mock to v4 [(#4287)](#4287)

    * chore(deps): update dependency mock to v4
    
    * specify mock version for appengine python 2
    
    Co-authored-by: Leah Cole <coleleah@google.com>
    2 people authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    092e617 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    36a9df9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    485189f View commit details
    Browse the repository at this point in the history
  15. chore: transition the library to microgenerator (#56)

    * chore: remove old GAPIC code
    
    * Regenerate the library with microgenerator
    
    * Fix docs toctree includes
    
    * Update Python version compatibility in README
    
    * Adjust samples
    
    * Fix datatransfer shim unit test
    
    * Reduce required coverage threshold
    
    The generated code tests do not cover all code paths after all...
    
    * Simplify TransferConfig instantiation in sample
    
    * Add UPGRADING guide
    
    * Update UPGRADING.md (method name)
    
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    2 people authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    28ba240 View commit details
    Browse the repository at this point in the history
  16. chore: Adjust gapic namespace to google.cloud.bigquery_datatransfer (#61

    )
    
    * chore: use google.cloud.bigquery_datatransfer namespace
    
    Using google.cloud.bigquery.datatransfer turned out to be too
    problematic to use with the google.cloud.bigquery library
    (namespace clashes).
    
    * Adjust code to renamed namespace
    
    * Update UPGRADING guide with new (old) namespace
    plamut authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    22d55fc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    51195a0 View commit details
    Browse the repository at this point in the history
  18. docs: add sample for dataset copy (#76)

    * docs: add sample for dataset copy
    
    * add google-cloud-bigquery to test requirements
    
    * use relative imports to hopefully fix lint
    tswast authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c03aacc View commit details
    Browse the repository at this point in the history
  19. chore(deps): update dependency google-cloud-bigquery-datatransfer to …

    …v3 (#81)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Update | Change |
    |---|---|---|
    | [google-cloud-bigquery-datatransfer](https://togithub.com/googleapis/python-bigquery-datatransfer) | major | `==2.1.0` -> `==3.0.0` |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-bigquery-datatransfer</summary>
    
    ### [`v3.0.0`](https://togithub.com/googleapis/python-bigquery-datatransfer/blob/master/CHANGELOG.md#&#8203;300-httpswwwgithubcomgoogleapispython-bigquery-datatransfercomparev210v300-2020-12-09)
    
    [Compare Source](https://togithub.com/googleapis/python-bigquery-datatransfer/compare/v2.1.0...v3.0.0)
    
    ##### ⚠ BREAKING CHANGES
    
    -   type is renamed to type\_ to avoid conflict with built-in functions (introduced in [googleapis/gapic-generator-python#&#8203;595](https://togithub.com/googleapis/gapic-generator-python/issues/595))
    
    ##### Features
    
    -   add common resource path helpers ([#&#8203;69](https://www.github.com/googleapis/python-bigquery-datatransfer/issues/69)) ([e0bcedb](https://www.github.com/googleapis/python-bigquery-datatransfer/commit/e0bcedb58109e38a58584d5b3087f03e1fa10835))
    
    ##### Bug Fixes
    
    -   avoid collision with built-in functions by renaming type property to type\_ ([#&#8203;53](https://www.github.com/googleapis/python-bigquery-datatransfer/issues/53)) ([b954411](https://www.github.com/googleapis/python-bigquery-datatransfer/commit/b95441140f7c86dd3e833aef0532badd6280ef48)), closes [/github.com/googleapis/python-talent/blob/ef045e8eb348db36d7a2a611e6f26b11530d273b/samples/snippets/noxfile_config.py#L27-L32](https://www.github.com/googleapis//github.com/googleapis/python-talent/blob/ef045e8eb348db36d7a2a611e6f26b11530d273b/samples/snippets/noxfile_config.py/issues/L27-L32)
    
    ##### Documentation
    
    -   update intersphinx links ([#&#8203;78](https://www.github.com/googleapis/python-bigquery-datatransfer/issues/78)) ([a78ba39](https://www.github.com/googleapis/python-bigquery-datatransfer/commit/a78ba39bf1507cbc9e2a51fe4553d602da7f7601))
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-bigquery-datatransfer).
    renovate-bot authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    cf7ed2c View commit details
    Browse the repository at this point in the history
  20. docs: remove out-of-date sample from README (#80)

    See samples/ directory for maintained and tested samples
    tswast authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6453eaf View commit details
    Browse the repository at this point in the history
  21. docs: add scheduled query samples (#83)

    * docs: add scheduled query samples
    
    * test: opt-out of type annotations for now
    
    * test: use environment variable for project ID
    
    * set quota project
    
    * consolidate config creation to conserve quota
    tswast authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    f5693fc View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4f14fd6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    742730b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    afdafcb View commit details
    Browse the repository at this point in the history
  25. chore(deps): update dependency pytest to v6.2.3 (#137)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [pytest](https://docs.pytest.org/en/latest/) ([source](https://togithub.com/pytest-dev/pytest), [changelog](https://docs.pytest.org/en/stable/changelog.html)) | `==6.0.1` -> `==6.2.3` | [![age](https://badges.renovateapi.com/packages/pypi/pytest/6.2.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/pytest/6.2.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/pytest/6.2.3/compatibility-slim/6.0.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/pytest/6.2.3/confidence-slim/6.0.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pytest-dev/pytest</summary>
    
    ### [`v6.2.3`](https://togithub.com/pytest-dev/pytest/releases/6.2.3)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/6.2.2...6.2.3)
    
    ##### pytest 6.2.3 (2021-04-03)
    
    ##### Bug Fixes
    
    -   [#&#8203;8414](https://togithub.com/pytest-dev/pytest/issues/8414): pytest used to create directories under `/tmp` with world-readable
        permissions. This means that any user in the system was able to read
        information written by tests in temporary directories (such as those created by
        the `tmp_path`/`tmpdir` fixture). Now the directories are created with
        private permissions.
    
        pytest used silenty use a pre-existing `/tmp/pytest-of-<username>` directory,
        even if owned by another user. This means another user could pre-create such a
        directory and gain control of another user\\'s temporary directory. Now such a
        condition results in an error.
    
    ### [`v6.2.2`](https://togithub.com/pytest-dev/pytest/releases/6.2.2)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/6.2.1...6.2.2)
    
    # pytest 6.2.2 (2021-01-25)
    
    ## Bug Fixes
    
    -   [#&#8203;8152](https://togithub.com/pytest-dev/pytest/issues/8152): Fixed "(&lt;Skipped instance>)" being shown as a skip reason in the verbose test summary line when the reason is empty.
    -   [#&#8203;8249](https://togithub.com/pytest-dev/pytest/issues/8249): Fix the `faulthandler` plugin for occasions when running with `twisted.logger` and using `pytest --capture=no`.
    
    ### [`v6.2.1`](https://togithub.com/pytest-dev/pytest/releases/6.2.1)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/6.2.0...6.2.1)
    
    ### pytest 6.2.1 (2020-12-15)
    
    #### Bug Fixes
    
    -   [#&#8203;7678](https://togithub.com/pytest-dev/pytest/issues/7678): Fixed bug where `ImportPathMismatchError` would be raised for files compiled in
        the host and loaded later from an UNC mounted path (Windows).
    -   [#&#8203;8132](https://togithub.com/pytest-dev/pytest/issues/8132): Fixed regression in `approx`: in 6.2.0 `approx` no longer raises
        `TypeError` when dealing with non-numeric types, falling back to normal comparison.
        Before 6.2.0, array types like tf.DeviceArray fell through to the scalar case,
        and happened to compare correctly to a scalar if they had only one element.
        After 6.2.0, these types began failing, because they inherited neither from
        standard Python number hierarchy nor from `numpy.ndarray`.
    
        `approx` now converts arguments to `numpy.ndarray` if they expose the array
        protocol and are not scalars. This treats array-like objects like numpy arrays,
        regardless of size.
    
    ### [`v6.2.0`](https://togithub.com/pytest-dev/pytest/releases/6.2.0)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/6.1.2...6.2.0)
    
    # pytest 6.2.0 (2020-12-12)
    
    ## Breaking Changes
    
    -   [#&#8203;7808](https://togithub.com/pytest-dev/pytest/issues/7808): pytest now supports python3.6+ only.
    
    ## Deprecations
    
    -   [#&#8203;7469](https://togithub.com/pytest-dev/pytest/issues/7469): Directly constructing/calling the following classes/functions is now deprecated:
    
        -   `_pytest.cacheprovider.Cache`
        -   `_pytest.cacheprovider.Cache.for_config()`
        -   `_pytest.cacheprovider.Cache.clear_cache()`
        -   `_pytest.cacheprovider.Cache.cache_dir_from_config()`
        -   `_pytest.capture.CaptureFixture`
        -   `_pytest.fixtures.FixtureRequest`
        -   `_pytest.fixtures.SubRequest`
        -   `_pytest.logging.LogCaptureFixture`
        -   `_pytest.pytester.Pytester`
        -   `_pytest.pytester.Testdir`
        -   `_pytest.recwarn.WarningsRecorder`
        -   `_pytest.recwarn.WarningsChecker`
        -   `_pytest.tmpdir.TempPathFactory`
        -   `_pytest.tmpdir.TempdirFactory`
    
        These have always been considered private, but now issue a deprecation warning, which may become a hard error in pytest 7.0.0.
    
    -   [#&#8203;7530](https://togithub.com/pytest-dev/pytest/issues/7530): The `--strict` command-line option has been deprecated, use `--strict-markers` instead.
    
        We have plans to maybe in the future to reintroduce `--strict` and make it an encompassing flag for all strictness
        related options (`--strict-markers` and `--strict-config` at the moment, more might be introduced in the future).
    
    -   [#&#8203;7988](https://togithub.com/pytest-dev/pytest/issues/7988): The `@pytest.yield_fixture` decorator/function is now deprecated. Use pytest.fixture instead.
    
        `yield_fixture` has been an alias for `fixture` for a very long time, so can be search/replaced safely.
    
    ## Features
    
    -   [#&#8203;5299](https://togithub.com/pytest-dev/pytest/issues/5299): pytest now warns about unraisable exceptions and unhandled thread exceptions that occur in tests on Python>=3.8.
        See unraisable for more information.
    -   [#&#8203;7425](https://togithub.com/pytest-dev/pytest/issues/7425): New pytester fixture, which is identical to testdir but its methods return pathlib.Path when appropriate instead of `py.path.local`.
    
        This is part of the movement to use pathlib.Path objects internally, in order to remove the dependency to `py` in the future.
    
        Internally, the old Testdir &lt;\_pytest.pytester.Testdir> is now a thin wrapper around Pytester &lt;\_pytest.pytester.Pytester>, preserving the old interface.
    
    -   [#&#8203;7695](https://togithub.com/pytest-dev/pytest/issues/7695): A new hook was added, pytest_markeval_namespace which should return a dictionary.
        This dictionary will be used to augment the "global" variables available to evaluate skipif/xfail/xpass markers.
    
        Pseudo example
    
        `conftest.py`:
    
        ```{.sourceCode .python}
        def pytest_markeval_namespace():
            return {"color": "red"}
        ```
    
        `test_func.py`:
    
        ```{.sourceCode .python}
        @&#8203;pytest.mark.skipif("color == 'blue'", reason="Color is not red")
        def test_func():
            assert False
        ```
    
    -   [#&#8203;8006](https://togithub.com/pytest-dev/pytest/issues/8006): It is now possible to construct a ~pytest.MonkeyPatch object directly as `pytest.MonkeyPatch()`,
        in cases when the monkeypatch fixture cannot be used. Previously some users imported it
        from the private \_pytest.monkeypatch.MonkeyPatch namespace.
    
        Additionally, MonkeyPatch.context &lt;pytest.MonkeyPatch.context> is now a classmethod,
        and can be used as `with MonkeyPatch.context() as mp: ...`. This is the recommended way to use
        `MonkeyPatch` directly, since unlike the `monkeypatch` fixture, an instance created directly
        is not `undo()`-ed automatically.
    
    ## Improvements
    
    -   [#&#8203;1265](https://togithub.com/pytest-dev/pytest/issues/1265): Added an `__str__` implementation to the ~pytest.pytester.LineMatcher class which is returned from `pytester.run_pytest().stdout` and similar. It returns the entire output, like the existing `str()` method.
    -   [#&#8203;2044](https://togithub.com/pytest-dev/pytest/issues/2044): Verbose mode now shows the reason that a test was skipped in the test's terminal line after the "SKIPPED", "XFAIL" or "XPASS".
    -   [#&#8203;7469](https://togithub.com/pytest-dev/pytest/issues/7469) The types of builtin pytest fixtures are now exported so they may be used in type annotations of test functions.
        The newly-exported types are:
    
        -   `pytest.FixtureRequest` for the request fixture.
        -   `pytest.Cache` for the cache fixture.
        -   `pytest.CaptureFixture[str]` for the capfd and capsys fixtures.
        -   `pytest.CaptureFixture[bytes]` for the capfdbinary and capsysbinary fixtures.
        -   `pytest.LogCaptureFixture` for the caplog fixture.
        -   `pytest.Pytester` for the pytester fixture.
        -   `pytest.Testdir` for the testdir fixture.
        -   `pytest.TempdirFactory` for the tmpdir_factory fixture.
        -   `pytest.TempPathFactory` for the tmp_path_factory fixture.
        -   `pytest.MonkeyPatch` for the monkeypatch fixture.
        -   `pytest.WarningsRecorder` for the recwarn fixture.
    
        Constructing them is not supported (except for MonkeyPatch); they are only meant for use in type annotations.
        Doing so will emit a deprecation warning, and may become a hard-error in pytest 7.0.
    
        Subclassing them is also not supported. This is not currently enforced at runtime, but is detected by type-checkers such as mypy.
    
    -   [#&#8203;7527](https://togithub.com/pytest-dev/pytest/issues/7527): When a comparison between namedtuple &lt;collections.namedtuple> instances of the same type fails, pytest now shows the differing field names (possibly nested) instead of their indexes.
    -   [#&#8203;7615](https://togithub.com/pytest-dev/pytest/issues/7615): Node.warn &lt;\_pytest.nodes.Node.warn> now permits any subclass of Warning, not just PytestWarning &lt;pytest.PytestWarning>.
    -   [#&#8203;7701](https://togithub.com/pytest-dev/pytest/issues/7701): Improved reporting when using `--collected-only`. It will now show the number of collected tests in the summary stats.
    -   [#&#8203;7710](https://togithub.com/pytest-dev/pytest/issues/7710): Use strict equality comparison for non-numeric types in pytest.approx instead of
        raising TypeError.
    
        This was the undocumented behavior before 3.7, but is now officially a supported feature.
    
    -   [#&#8203;7938](https://togithub.com/pytest-dev/pytest/issues/7938): New `--sw-skip` argument which is a shorthand for `--stepwise-skip`.
    -   [#&#8203;8023](https://togithub.com/pytest-dev/pytest/issues/8023): Added `'node_modules'` to default value for norecursedirs.
    -   [#&#8203;8032](https://togithub.com/pytest-dev/pytest/issues/8032): doClassCleanups &lt;unittest.TestCase.doClassCleanups> (introduced in unittest in Python and 3.8) is now called appropriately.
    
    ## Bug Fixes
    
    -   [#&#8203;4824](https://togithub.com/pytest-dev/pytest/issues/4824): Fixed quadratic behavior and improved performance of collection of items using autouse fixtures and xunit fixtures.
    -   [#&#8203;7758](https://togithub.com/pytest-dev/pytest/issues/7758): Fixed an issue where some files in packages are getting lost from `--lf` even though they contain tests that failed. Regressed in pytest 5.4.0.
    -   [#&#8203;7911](https://togithub.com/pytest-dev/pytest/issues/7911): Directories created by by tmp_path and tmpdir are now considered stale after 3 days without modification (previous value was 3 hours) to avoid deleting directories still in use in long running test suites.
    -   [#&#8203;7913](https://togithub.com/pytest-dev/pytest/issues/7913): Fixed a crash or hang in pytester.spawn &lt;\_pytest.pytester.Pytester.spawn> when the readline module is involved.
    -   [#&#8203;7951](https://togithub.com/pytest-dev/pytest/issues/7951): Fixed handling of recursive symlinks when collecting tests.
    -   [#&#8203;7981](https://togithub.com/pytest-dev/pytest/issues/7981): Fixed symlinked directories not being followed during collection. Regressed in pytest 6.1.0.
    -   [#&#8203;8016](https://togithub.com/pytest-dev/pytest/issues/8016): Fixed only one doctest being collected when using `pytest --doctest-modules path/to/an/__init__.py`.
    
    ## Improved Documentation
    
    -   [#&#8203;7429](https://togithub.com/pytest-dev/pytest/issues/7429): Add more information and use cases about skipping doctests.
    -   [#&#8203;7780](https://togithub.com/pytest-dev/pytest/issues/7780): Classes which should not be inherited from are now marked `final class` in the API reference.
    -   [#&#8203;7872](https://togithub.com/pytest-dev/pytest/issues/7872): `_pytest.config.argparsing.Parser.addini()` accepts explicit `None` and `"string"`.
    -   [#&#8203;7878](https://togithub.com/pytest-dev/pytest/issues/7878): In pull request section, ask to commit after editing changelog and authors file.
    
    ## Trivial/Internal Changes
    
    -   [#&#8203;7802](https://togithub.com/pytest-dev/pytest/issues/7802): The `attrs` dependency requirement is now >=19.2.0 instead of >=17.4.0.
    -   [#&#8203;8014](https://togithub.com/pytest-dev/pytest/issues/8014): .pyc files created by pytest's assertion rewriting now conform to the newer PEP-552 format on Python>=3.7.
        (These files are internal and only interpreted by pytest itself.)
    
    ### [`v6.1.2`](https://togithub.com/pytest-dev/pytest/releases/6.1.2)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/6.1.1...6.1.2)
    
    # pytest 6.1.2 (2020-10-28)
    
    ## Bug Fixes
    
    -   [#&#8203;7758](https://togithub.com/pytest-dev/pytest/issues/7758): Fixed an issue where some files in packages are getting lost from `--lf` even though they contain tests that failed. Regressed in pytest 5.4.0.
    -   [#&#8203;7911](https://togithub.com/pytest-dev/pytest/issues/7911): Directories created by tmpdir are now considered stale after 3 days without modification (previous value was 3 hours) to avoid deleting directories still in use in long running test suites.
    
    ## Improved Documentation
    
    -   [#&#8203;7815](https://togithub.com/pytest-dev/pytest/issues/7815): Improve deprecation warning message for `pytest._fillfuncargs()`.
    
    ### [`v6.1.1`](https://togithub.com/pytest-dev/pytest/releases/6.1.1)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/6.1.0...6.1.1)
    
    # pytest 6.1.1 (2020-10-03)
    
    ## Bug Fixes
    
    -   [#&#8203;7807](https://togithub.com/pytest-dev/pytest/issues/7807): Fixed regression in pytest 6.1.0 causing incorrect rootdir to be determined in some non-trivial cases where parent directories have config files as well.
    -   [#&#8203;7814](https://togithub.com/pytest-dev/pytest/issues/7814): Fixed crash in header reporting when testpaths is used and contains absolute paths (regression in 6.1.0).
    
    ### [`v6.1.0`](https://togithub.com/pytest-dev/pytest/releases/6.1.0)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/6.0.2...6.1.0)
    
    # pytest 6.1.0 (2020-09-26)
    
    ## Breaking Changes
    
    -   [#&#8203;5585](https://togithub.com/pytest-dev/pytest/issues/5585): As per our policy, the following features which have been deprecated in the 5.X series are now
        removed:
    
        -   The `funcargnames` read-only property of `FixtureRequest`, `Metafunc`, and `Function` classes. Use `fixturenames` attribute.
        -   `@pytest.fixture` no longer supports positional arguments, pass all arguments by keyword instead.
        -   Direct construction of `Node` subclasses now raise an error, use `from_parent` instead.
        -   The default value for `junit_family` has changed to `xunit2`. If you require the old format, add `junit_family=xunit1` to your configuration file.
        -   The `TerminalReporter` no longer has a `writer` attribute. Plugin authors may use the public functions of the `TerminalReporter` instead of accessing the `TerminalWriter` object directly.
        -   The `--result-log` option has been removed. Users are recommended to use the [pytest-reportlog](https://togithub.com/pytest-dev/pytest-reportlog) plugin instead.
    
        For more information consult
        [Deprecations and Removals](https://docs.pytest.org/en/stable/deprecations.html) in the docs.
    
    ## Deprecations
    
    -   [#&#8203;6981](https://togithub.com/pytest-dev/pytest/issues/6981): The `pytest.collect` module is deprecated: all its names can be imported from `pytest` directly.
    -   [#&#8203;7097](https://togithub.com/pytest-dev/pytest/issues/7097): The `pytest._fillfuncargs` function is deprecated. This function was kept
        for backward compatibility with an older plugin.
    
        It's functionality is not meant to be used directly, but if you must replace
        it, use function.\_request.\_fillfixtures() instead, though note this is not
        a public API and may break in the future.
    
    -   [#&#8203;7210](https://togithub.com/pytest-dev/pytest/issues/7210): The special `-k '-expr'` syntax to `-k` is deprecated. Use `-k 'not expr'`
        instead.
    
        The special `-k 'expr:'` syntax to `-k` is deprecated. Please open an issue
        if you use this and want a replacement.
    
    -   [#&#8203;7255](https://togithub.com/pytest-dev/pytest/issues/7255): The pytest_warning_captured &lt;\_pytest.hookspec.pytest_warning_captured> hook is deprecated in favor
        of pytest_warning_recorded &lt;\_pytest.hookspec.pytest_warning_recorded>, and will be removed in a future version.
    -   [#&#8203;7648](https://togithub.com/pytest-dev/pytest/issues/7648): The `gethookproxy()` and `isinitpath()` methods of `FSCollector` and `Package` are deprecated;
        use `self.session.gethookproxy()` and `self.session.isinitpath()` instead.
        This should work on all pytest versions.
    
    ## Features
    
    -   [#&#8203;7667](https://togithub.com/pytest-dev/pytest/issues/7667): New `--durations-min` command-line flag controls the minimal duration for inclusion in the slowest list of tests shown by `--durations`. Previously this was hard-coded to `0.005s`.
    
    ## Improvements
    
    -   [#&#8203;6681](https://togithub.com/pytest-dev/pytest/issues/6681): Internal pytest warnings issued during the early stages of initialization are now properly handled and can filtered through filterwarnings or `--pythonwarnings/-W`.
    
        This also fixes a number of long standing issues: [#&#8203;2891](https://togithub.com/pytest-dev/pytest/issues/2891), [#&#8203;7620](https://togithub.com/pytest-dev/pytest/issues/7620), [#&#8203;7426](https://togithub.com/pytest-dev/pytest/issues/7426).
    
    -   [#&#8203;7572](https://togithub.com/pytest-dev/pytest/issues/7572): When a plugin listed in `required_plugins` is missing or an unknown config key is used with `--strict-config`, a simple error message is now shown instead of a stacktrace.
    -   [#&#8203;7685](https://togithub.com/pytest-dev/pytest/issues/7685): Added two new attributes rootpath &lt;\_pytest.config.Config.rootpath> and inipath &lt;\_pytest.config.Config.inipath> to Config &lt;\_pytest.config.Config>.
        These attributes are pathlib.Path versions of the existing rootdir &lt;\_pytest.config.Config.rootdir> and inifile &lt;\_pytest.config.Config.inifile> attributes,
        and should be preferred over them when possible.
    -   [#&#8203;7780](https://togithub.com/pytest-dev/pytest/issues/7780): Public classes which are not designed to be inherited from are now marked [@&#8203;final](https://docs.python.org/3/library/typing.html#typing.final).
        Code which inherits from these classes will trigger a type-checking (e.g. mypy) error, but will still work in runtime.
        Currently the `final` designation does not appear in the API Reference but hopefully will in the future.
    
    ## Bug Fixes
    
    -   [#&#8203;1953](https://togithub.com/pytest-dev/pytest/issues/1953): Fixed error when overwriting a parametrized fixture, while also reusing the super fixture value.
    
        ```{.sourceCode .python}
    
        ```
    
    ### conftest.py
    
        import pytest
    
        @&#8203;pytest.fixture(params=[1, 2])
        def foo(request):
            return request.param
    
    ### test_foo.py
    
        import pytest
    
        @&#8203;pytest.fixture
        def foo(foo):
            return foo * 2
        ```
    
    -   [#&#8203;4984](https://togithub.com/pytest-dev/pytest/issues/4984): Fixed an internal error crash with `IndexError: list index out of range` when
        collecting a module which starts with a decorated function, the decorator
        raises, and assertion rewriting is enabled.
    -   [#&#8203;7591](https://togithub.com/pytest-dev/pytest/issues/7591): pylint shouldn't complain anymore about unimplemented abstract methods when inheriting from File &lt;non-python tests>.
    -   [#&#8203;7628](https://togithub.com/pytest-dev/pytest/issues/7628): Fixed test collection when a full path without a drive letter was passed to pytest on Windows (for example `\projects\tests\test.py` instead of `c:\projects\tests\pytest.py`).
    -   [#&#8203;7638](https://togithub.com/pytest-dev/pytest/issues/7638): Fix handling of command-line options that appear as paths but trigger an OS-level syntax error on Windows, such as the options used internally by `pytest-xdist`.
    -   [#&#8203;7742](https://togithub.com/pytest-dev/pytest/issues/7742): Fixed INTERNALERROR when accessing locals / globals with faulty `exec`.
    
    ## Improved Documentation
    
    -   [#&#8203;1477](https://togithub.com/pytest-dev/pytest/issues/1477): Removed faq.rst and its reference in contents.rst.
    
    ## Trivial/Internal Changes
    
    -   [#&#8203;7536](https://togithub.com/pytest-dev/pytest/issues/7536): The internal `junitxml` plugin has rewritten to use `xml.etree.ElementTree`.
        The order of attributes in XML elements might differ. Some unneeded escaping is
        no longer performed.
    -   [#&#8203;7587](https://togithub.com/pytest-dev/pytest/issues/7587): The dependency on the `more-itertools` package has been removed.
    -   [#&#8203;7631](https://togithub.com/pytest-dev/pytest/issues/7631): The result type of capfd.readouterr() &lt;\_pytest.capture.CaptureFixture.readouterr> (and similar) is no longer a namedtuple,
        but should behave like one in all respects. This was done for technical reasons.
    -   [#&#8203;7671](https://togithub.com/pytest-dev/pytest/issues/7671): When collecting tests, pytest finds test classes and functions by examining the
        attributes of python objects (modules, classes and instances). To speed up this
        process, pytest now ignores builtin attributes (like `__class__`,
        `__delattr__` and `__new__`) without consulting the python_classes and
        python_functions configuration options and without passing them to plugins
        using the pytest_pycollect_makeitem &lt;\_pytest.hookspec.pytest_pycollect_makeitem> hook.
    
    ### [`v6.0.2`](https://togithub.com/pytest-dev/pytest/releases/6.0.2)
    
    [Compare Source](https://togithub.com/pytest-dev/pytest/compare/6.0.1...6.0.2)
    
    # pytest 6.0.2 (2020-09-04)
    
    ## Bug Fixes
    
    -   [#&#8203;7148](https://togithub.com/pytest-dev/pytest/issues/7148): Fixed `--log-cli` potentially causing unrelated `print` output to be swallowed.
    -   [#&#8203;7672](https://togithub.com/pytest-dev/pytest/issues/7672): Fixed log-capturing level restored incorrectly if `caplog.set_level` is called more than once.
    -   [#&#8203;7686](https://togithub.com/pytest-dev/pytest/issues/7686): Fixed NotSetType.token being used as the parameter ID when the parametrization list is empty.
        Regressed in pytest 6.0.0.
    -   [#&#8203;7707](https://togithub.com/pytest-dev/pytest/issues/7707): Fix internal error when handling some exceptions that contain multiple lines or the style uses multiple lines (`--tb=line` for example).
    
    </details>
    
    ---
    
    ### Configuration
    
    :date: **Schedule**: At any time (no schedule defined).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-bigquery-datatransfer).
    renovate-bot authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    fdf49b0 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    8648b34 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6ea6a6b View commit details
    Browse the repository at this point in the history
  28. chore(deps): update dependency pytest to v6.2.4 (#147)

    Co-authored-by: shollyman <shollyman@google.com>
    2 people authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    7fe868f View commit details
    Browse the repository at this point in the history
  29. chore(deps): update dependency google-cloud-bigquery to v2.20.0 (#154)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-bigquery](https://togithub.com/googleapis/python-bigquery) | `==2.16.0` -> `==2.20.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.20.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.20.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.20.0/compatibility-slim/2.16.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.20.0/confidence-slim/2.16.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-bigquery</summary>
    
    ### [`v2.20.0`](https://togithub.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;2200-httpswwwgithubcomgoogleapispython-bigquerycomparev2190v2200-2021-06-07)
    
    [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v2.19.0...v2.20.0)
    
    ##### Features
    
    -   support script options in query job config ([#&#8203;690](https://www.github.com/googleapis/python-bigquery/issues/690)) ([1259e16](https://www.github.com/googleapis/python-bigquery/commit/1259e16394784315368e8be959c1ac097782b62e))
    
    ### [`v2.19.0`](https://togithub.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;2190-httpswwwgithubcomgoogleapispython-bigquerycomparev2180v2190-2021-06-06)
    
    [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v2.18.0...v2.19.0)
    
    ##### Features
    
    -   list_tables, list_projects, list_datasets, list_models, list_routines, and list_jobs now accept a page_size parameter to control page size  ([#&#8203;686](https://www.github.com/googleapis/python-bigquery/issues/686)) ([1f1c4b7](https://www.github.com/googleapis/python-bigquery/commit/1f1c4b7ba4390fc4c5c8186bc22b83b45304ca06))
    
    ### [`v2.18.0`](https://togithub.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;2180-httpswwwgithubcomgoogleapispython-bigquerycomparev2170v2180-2021-06-02)
    
    [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v2.17.0...v2.18.0)
    
    ##### Features
    
    -   add support for Parquet options ([#&#8203;679](https://www.github.com/googleapis/python-bigquery/issues/679)) ([d792ce0](https://www.github.com/googleapis/python-bigquery/commit/d792ce09388a6ee3706777915dd2818d4c854f79))
    
    ### [`v2.17.0`](https://togithub.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;2170-httpswwwgithubcomgoogleapispython-bigquerycomparev2161v2170-2021-05-21)
    
    [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v2.16.1...v2.17.0)
    
    ##### Features
    
    -   detect obsolete BQ Storage extra at runtime ([#&#8203;666](https://www.github.com/googleapis/python-bigquery/issues/666)) ([bd7dbda](https://www.github.com/googleapis/python-bigquery/commit/bd7dbdae5c972b16bafc53c67911eeaa3255a880))
    -   Support parameterized NUMERIC, BIGNUMERIC, STRING, and BYTES types ([#&#8203;673](https://www.github.com/googleapis/python-bigquery/issues/673)) ([45421e7](https://www.github.com/googleapis/python-bigquery/commit/45421e73bfcddb244822e6a5cd43be6bd1ca2256))
    
    ##### Bug Fixes
    
    -   **tests:** invalid path to strptime() ([#&#8203;672](https://www.github.com/googleapis/python-bigquery/issues/672)) ([591cdd8](https://www.github.com/googleapis/python-bigquery/commit/591cdd851bb1321b048a05a378a0ef48d3ade462))
    
    ##### [2.16.1](https://www.github.com/googleapis/python-bigquery/compare/v2.16.0...v2.16.1) (2021-05-12)
    
    ##### Bug Fixes
    
    -   executemany rowcount only reflected the last execution ([#&#8203;660](https://www.github.com/googleapis/python-bigquery/issues/660)) ([aeadc8c](https://www.github.com/googleapis/python-bigquery/commit/aeadc8c2d614bb9f0883ec901fca48930f3aaf19))
    
    ### [`v2.16.1`](https://togithub.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;2161-httpswwwgithubcomgoogleapispython-bigquerycomparev2160v2161-2021-05-12)
    
    [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v2.16.0...v2.16.1)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-bigquery-datatransfer).
    renovate-bot authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6b4c7bf View commit details
    Browse the repository at this point in the history
  30. chore(deps): update dependency google-cloud-bigquery-datatransfer to …

    …v3.2.0 (#168)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-bigquery-datatransfer](https://togithub.com/googleapis/python-bigquery-datatransfer) | `==3.1.1` -> `==3.2.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-datatransfer/3.2.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-datatransfer/3.2.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-datatransfer/3.2.0/compatibility-slim/3.1.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-datatransfer/3.2.0/confidence-slim/3.1.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-bigquery-datatransfer</summary>
    
    ### [`v3.2.0`](https://togithub.com/googleapis/python-bigquery-datatransfer/blob/master/CHANGELOG.md#&#8203;320-httpswwwgithubcomgoogleapispython-bigquery-datatransfercomparev311v320-2021-06-22)
    
    [Compare Source](https://togithub.com/googleapis/python-bigquery-datatransfer/compare/v3.1.1...v3.2.0)
    
    ##### Features
    
    -   support self-signed JWT flow for service accounts ([046c368](https://www.github.com/googleapis/python-bigquery-datatransfer/commit/046c368cf5a75a210b0ecc7e6e1eee9bcd907669))
    
    ##### Bug Fixes
    
    -   add async client to %name\_%version/init.py ([046c368](https://www.github.com/googleapis/python-bigquery-datatransfer/commit/046c368cf5a75a210b0ecc7e6e1eee9bcd907669))
    
    ##### Documentation
    
    -   omit mention of Python 2.7 in 'CONTRIBUTING.rst' ([#&#8203;1127](https://www.github.com/googleapis/python-bigquery-datatransfer/issues/1127)) ([#&#8203;164](https://www.github.com/googleapis/python-bigquery-datatransfer/issues/164)) ([2741e4f](https://www.github.com/googleapis/python-bigquery-datatransfer/commit/2741e4fb1d9074494872fafcec96d870b14b671d)), closes [#&#8203;1126](https://www.github.com/googleapis/python-bigquery-datatransfer/issues/1126)
    
    ##### [3.1.1](https://www.github.com/googleapis/python-bigquery-datatransfer/compare/v3.1.0...v3.1.1) (2021-04-07)
    
    ##### Bug Fixes
    
    -   require proto-plus>=1.15.0 ([91910f1](https://www.github.com/googleapis/python-bigquery-datatransfer/commit/91910f1ea01c5324fa63a7d85a034d08aeaae3f9))
    -   use correct retry deadline ([#&#8203;121](https://www.github.com/googleapis/python-bigquery-datatransfer/issues/121)) ([91910f1](https://www.github.com/googleapis/python-bigquery-datatransfer/commit/91910f1ea01c5324fa63a7d85a034d08aeaae3f9))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-bigquery-datatransfer).
    renovate-bot authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    20bbafd View commit details
    Browse the repository at this point in the history
  31. docs: add sample to include run notification (#173)

    * docs: add sample to include run notification
    
    * blacken samples
    
    * fix sample lint
    tswast authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    b6a3979 View commit details
    Browse the repository at this point in the history
  32. chore: use gapic-generator-python 0.50.4 (#174)

    PiperOrigin-RevId: 383929493
    
    Source-Link: googleapis/googleapis@dd1ef28
    
    Source-Link: googleapis/googleapis-gen@5074402
    gcf-owl-bot[bot] authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    2d6e04b View commit details
    Browse the repository at this point in the history
  33. chore(deps): update dependency google-cloud-pubsub to v2.6.1 (#175)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-pubsub](https://togithub.com/googleapis/python-pubsub) | `==2.6.0` -> `==2.6.1` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.6.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.6.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.6.1/compatibility-slim/2.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.6.1/confidence-slim/2.6.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-pubsub</summary>
    
    ### [`v2.6.1`](https://togithub.com/googleapis/python-pubsub/blob/master/CHANGELOG.md#&#8203;261)
    
    [Compare Source](https://togithub.com/googleapis/python-pubsub/compare/v2.6.0...v2.6.1)
    
    07-05-2021 10:33 PDT
    
    ##### Dependencies
    
    -   Fix possible crash by requiring `grpcio >= 1.38.1`. ([#&#8203;414](https://togithub.com/googleapis/python-pubsub/issues/414)) ([7037a28](https://togithub.com/googleapis/python-pubsub/pull/435/commits/7037a28090aa4efa01808231721716bca80bb0b7))
    
    ##### Documentation
    
    -   Adjust samples for publishing with error handler and flow control. ([#&#8203;433](https://togithub.com/googleapis/python-pubsub/pull/433))
    
    ##### Internal / Testing Changes
    
    -   Fix flaky sync pull sample test. ([#&#8203;434](https://togithub.com/googleapis/python-pubsub/pull/434))
    -   Mitigate flaky snippets tests. ([#&#8203;432](https://togithub.com/googleapis/python-pubsub/pull/432))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-bigquery-datatransfer).
    renovate-bot authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    d3bde5a View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    8c9f3ca View commit details
    Browse the repository at this point in the history
  35. feat: add Samples section to CONTRIBUTING.rst (#181)

    Source-Link: googleapis/synthtool@52e4e46
    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:6186535cbdbf6b9fe61f00294929221d060634dae4a0795c1cefdbc995b2d605
    gcf-owl-bot[bot] authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    84dcb4b View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4293861 View commit details
    Browse the repository at this point in the history
  37. chore(deps): update dependency google-cloud-bigquery-datatransfer to …

    …v3.3.1 (#188)
    
    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-bigquery-datatransfer](https://togithub.com/googleapis/python-bigquery-datatransfer) | `==3.3.0` -> `==3.3.1` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-datatransfer/3.3.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-datatransfer/3.3.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-datatransfer/3.3.1/compatibility-slim/3.3.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-datatransfer/3.3.1/confidence-slim/3.3.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-bigquery-datatransfer</summary>
    
    ### [`v3.3.1`](https://togithub.com/googleapis/python-bigquery-datatransfer/blob/master/CHANGELOG.md#&#8203;331-httpswwwgithubcomgoogleapispython-bigquery-datatransfercomparev330v331-2021-07-26)
    
    [Compare Source](https://togithub.com/googleapis/python-bigquery-datatransfer/compare/v3.3.0...v3.3.1)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-bigquery-datatransfer).
    renovate-bot authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    68543a2 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    2547df0 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    306fee4 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    8576e86 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    6f5eed2 View commit details
    Browse the repository at this point in the history
  42. chore(deps): update dependency google-cloud-bigquery to v2.24.0 (#195)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    2 people authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    3f47bd7 View commit details
    Browse the repository at this point in the history
  43. chore(deps): update dependency google-cloud-pubsub to v2.7.1 (#204)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    2 people authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    cc69b58 View commit details
    Browse the repository at this point in the history
  44. chore(deps): update dependency google-cloud-bigquery to v2.25.1 (#203)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    2 people authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c90fe4d View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    c9242ee View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    3d3af08 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    b79b8cc View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    05ac41b View commit details
    Browse the repository at this point in the history
  49. chore(deps): update dependency google-cloud-pubsub to v2.8.0 (#218)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [google-cloud-pubsub](https://togithub.com/googleapis/python-pubsub) | `==2.7.1` -> `==2.8.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.8.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.8.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.8.0/compatibility-slim/2.7.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-pubsub/2.8.0/confidence-slim/2.7.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/python-pubsub</summary>
    
    ### [`v2.8.0`](https://togithub.com/googleapis/python-pubsub/blob/master/CHANGELOG.md#&#8203;280-httpswwwgithubcomgoogleapispython-pubsubcomparev271v280-2021-09-02)
    
    [Compare Source](https://togithub.com/googleapis/python-pubsub/compare/v2.7.1...v2.8.0)
    
    ##### Features
    
    -   closed subscriber as context manager raises ([#&#8203;488](https://www.togithub.com/googleapis/python-pubsub/issues/488)) ([a05a3f2](https://www.github.com/googleapis/python-pubsub/commit/a05a3f250cf8567ffe0d2eb3ecc45856a2bcd07c))
    
    ##### Documentation
    
    -   clarify the types of Message parameters ([#&#8203;486](https://www.togithub.com/googleapis/python-pubsub/issues/486)) ([633e91b](https://www.github.com/googleapis/python-pubsub/commit/633e91bbfc0a8f4f484089acff6812b754f40c75))
    
    ##### [2.7.1](https://www.github.com/googleapis/python-pubsub/compare/v2.7.0...v2.7.1) (2021-08-13)
    
    ##### Bug Fixes
    
    -   remove dependency on pytz ([#&#8203;472](https://www.togithub.com/googleapis/python-pubsub/issues/472)) ([972cc16](https://www.github.com/googleapis/python-pubsub/commit/972cc163f5a1477b37a5ab7e329faf1468637fa2))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-bigquery-datatransfer).
    renovate-bot authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    2133c39 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    634aae0 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    77a4792 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    3081752 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    394d70a View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    2d85895 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    ff4242e View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    a8575ab View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    32d0f34 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    c48ef0c View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    6dfa378 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    9fd972e View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    a0979fb View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    5b04686 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    cb62bf7 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    8a7b200 View commit details
    Browse the repository at this point in the history
  65. chore(deps): update all dependencies (#294)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    2 people authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    f6b46eb View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    4e73abd View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    4cf4f91 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    0149a42 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    8451f5f View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    b76e965 View commit details
    Browse the repository at this point in the history
  71. chore(python): use black==22.3.0 (#310)

    Source-Link: googleapis/synthtool@6fab84a
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:7cffbc10910c3ab1b852c05114a08d374c195a81cdec1d4a67a1d129331d0bfe
    gcf-owl-bot[bot] authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    891be72 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    612c47e View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    a5b6b66 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    363a38b View commit details
    Browse the repository at this point in the history
  75. chore(python): add nox session to sort python imports (#326)

    Source-Link: googleapis/synthtool@1b71c10
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    2 people authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    748c626 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    e729678 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    72dbac7 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    4644cfd View commit details
    Browse the repository at this point in the history
  79. chore(deps): update all dependencies (#354)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * revert
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    810b45a View commit details
    Browse the repository at this point in the history
  80. chore(deps): update all dependencies (#370)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * revert
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    2a168bc View commit details
    Browse the repository at this point in the history
  81. chore(deps): update all dependencies (#372)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * revert
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    3 people authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ec5022f View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    aa6ac29 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    5a4338e View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    0f8e2d7 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    b753472 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    d14da23 View commit details
    Browse the repository at this point in the history
  87. chore(deps): update all dependencies (#395)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    2 people authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    4ebbabd View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    f6ed45b View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    0b5debd View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    92f84cb View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    b9810d0 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    6872625 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    6e61ab0 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    a50b0eb View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    29e8804 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    f106a11 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    5c1b4d7 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    4c4eeba View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    f1d9828 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    9361eb7 View commit details
    Browse the repository at this point in the history
  101. chore(deps): update dependency google-cloud-pubsub to v2.14.0 (#427)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    2 people authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0d3230f View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    70b838b View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    f9d6ab0 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    5539146 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    df0857f View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    ddf6907 View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    0c0924c View commit details
    Browse the repository at this point in the history
  108. fix: replaces deprecated snippet (#448)

    * fix: replaces deprecated snippet
    
    * adds a test
    
    * revises test assert statement
    
    * fix linting
    
    * examining return values
    
    * examining more return values
    
    * examining return values more betterly
    
    * evaluating timestamps in use
    
    * evaluating timestamps in use 2
    
    * clean up test
    
    * clean up linting
    chalmerlowe authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c901a85 View commit details
    Browse the repository at this point in the history
  109. docs: removes deprecated sample (#451)

    * docs: removes deprecated sample
    
    * modifies tags to matched deprecated function call
    chalmerlowe authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    2ebdd57 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    388b960 View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    eb3f9eb View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    27dc67b View commit details
    Browse the repository at this point in the history
  113. chore(deps): update dependency google-cloud-pubsub to v2.17.1 (#460)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    2 people authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    d2f1819 View commit details
    Browse the repository at this point in the history
  114. chore(deps): update dependency google-cloud-bigquery to v3.11.0 (#463)

    Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    2 people authored and dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    25b3f2c View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    e4d0b71 View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    483f657 View commit details
    Browse the repository at this point in the history
  117. update .githug/CODEOWNERS

    dizcology committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ae4686a View commit details
    Browse the repository at this point in the history