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 authorized UDFs #3084

Merged
merged 5 commits into from
Oct 29, 2020

Commits on Oct 26, 2020

  1. feat(bigquery): Add support for authorized UDFs

    Much like authorized views, BigQuery now supports authorized User
    Defined Functions (UDFs). This PR augments the `Access` field of a
    dataset entity to support routine references.
    shollyman committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    0d02d85 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    10d1f1e View commit details
    Browse the repository at this point in the history
  2. add integration test

    shollyman committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    72aca8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d1afcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca67689 View commit details
    Browse the repository at this point in the history