bigquery: Add defaultPartitionExpirationMs to dataset metadata #7021
Labels
api: bigquery
Issues related to the BigQuery API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I want defaultPartitionExpirationMs in dataset metadata
google-cloud-go/bigquery/dataset.go
Line 38 in 3e88250
It exists on the API but is not in the go struct.
https://cloud.google.com/bigquery/docs/reference/rest/v2/datasets?hl=en#Dataset
DatasetMetadataToUpdate also needs to be modified in order to update.
google-cloud-go/bigquery/dataset.go
Line 86 in 3e88250
Describe the solution you'd like
A clear and concise description of what you want to happen. What should the API be? How would you use it?
Add defaultPartitionExpirationMs to struct
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Use https://github.com/googleapis/google-api-go-client/tree/main/bigquery/v2
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: