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): expose connections and schema autodetect modifier #5739

Merged
merged 18 commits into from May 3, 2022

Commits on Mar 9, 2022

  1. feat(bigquery): expose connections and schema autodetect modifier

    This exposes the connectionID in the in the external data config,
    and wires in the new autodetect schema as a variadic option on the
    Update() method for tables.
    
    Technically this is a breaking signature change, but in practice
    variadic options can be omitted entirely, so existing code will
    continue to work without issue.
    shollyman committed Mar 9, 2022
    Copy the full SHA
    d3478cf View commit details
    Browse the repository at this point in the history
  2. update naming0

    shollyman committed Mar 9, 2022
    Copy the full SHA
    06ac231 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Copy the full SHA
    104896c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b70a7b2 View commit details
    Browse the repository at this point in the history
  3. update expectations

    shollyman committed Mar 17, 2022
    Copy the full SHA
    d0c35f6 View commit details
    Browse the repository at this point in the history
  4. update test expectations

    shollyman committed Mar 17, 2022
    Copy the full SHA
    e84b400 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Copy the full SHA
    d238061 View commit details
    Browse the repository at this point in the history
  2. push latest

    shollyman committed Mar 21, 2022
    Copy the full SHA
    cdba546 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

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

Commits on Mar 29, 2022

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

Commits on Mar 30, 2022

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

Commits on Apr 4, 2022

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

Commits on Apr 6, 2022

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

Commits on Apr 7, 2022

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

Commits on Apr 8, 2022

  1. remove logging

    shollyman committed Apr 8, 2022
    Copy the full SHA
    04837fd View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

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

Commits on May 3, 2022

  1. Copy the full SHA
    557af7c View commit details
    Browse the repository at this point in the history
  2. omit debug logging

    shollyman committed May 3, 2022
    Copy the full SHA
    724752b View commit details
    Browse the repository at this point in the history