GoogleCloudPlatform / deploymentmanager-samples

Deployment Manager samples and templates.
Apache License 2.0
935 stars 716 forks source link

Update BigQuery template to include GET query parameter #685

Closed KevinEmery closed 2 years ago

KevinEmery commented 2 years ago

BigQuery recently added a new query parameter to their tables.get method that required us to add a new property that maps to it. To avoid conflict with the existing table view property, users can now specify the tableMetadataView property on bigquery table resources which will control what is returned on GET requests.