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

feat(bigquery): add support for snapshot/restore #4112

Merged
merged 9 commits into from Jun 22, 2021

Commits on May 17, 2021

  1. feat(bigquery): add support for snapshot/restore

    Secondary changes:  This complicated some internal wrapping functions
    for TableMetadata.  The fact that TableMetadata can now contain a Table
    reference for other tables means we need to pass around an additional
    instance of the Client, as user may want to do something like call
    Metadata() on the embedded reference to the base table in a
    snapshot definition.
    shollyman committed May 17, 2021
    Copy the full SHA
    043ffa1 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Copy the full SHA
    0ae3b6b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    449b896 View commit details
    Browse the repository at this point in the history
  3. doc SnapshotDefinition

    shollyman committed May 20, 2021
    Copy the full SHA
    1776fc4 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Copy the full SHA
    06dae92 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Copy the full SHA
    9e14411 View commit details
    Browse the repository at this point in the history
  2. address reviewer comments

    shollyman committed Jun 17, 2021
    Copy the full SHA
    0232e1f View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Copy the full SHA
    3f407ca View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Copy the full SHA
    d6d01b6 View commit details
    Browse the repository at this point in the history