You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
We want to create BQ datasets and set the storage billing model property to PHYSICAL, but it doesn't look like this option is available using the latest release.
Describe the solution you'd like
We would like a StorageBillingModel field to be added to the DatasetReference class so we can create datasets with Physical billing storage model.
Describe alternatives you've considered
We are currently using this SDK and would rather not resort to calling the BQ REST API by ourselves.
Additional context
This was already fixed for Golang library under this issue.