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

add optional service account for scheduled queries #3405

Commits on Apr 23, 2020

  1. add optional service account for scheduled queries

    - https://cloud.google.com/bigquery/docs/release-notes#November_21_2019
    - see [Try API](https://cloud.google.com/bigquery-transfer/docs/reference/datatransfer/rest/v1/projects.locations.transferConfigs/create) or [Discovery ](https://bigquerydatatransfer.googleapis.com/$discovery/rest?version=v1)
    - the API does support PATCHing, but magic-modules doesn't really
      support setting the required update_mask for url_param_only, hence
      I marked this parameter as input for now (which will replace the
      resource on update)
    MartinNowak committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    de1cf1c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

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