When I tried to change through the storage billing I got these
Using SQL
ALTER SCHEMA does not support the option: storage_billing_model.
Using CLI
Exception raised in update operation: Storage billing model configuration is not available for the project.
Using Rest API:
{
"error": {
"code": 400,
"message": "Storage billing model configuration is not available for the project.",
"errors": [
{
"message": "Storage billing model configuration is not available for the project.",
"domain": "global",
"reason": "invalid"
}
],
"status": "INVALID_ARGUMENT"
}
}
Any idea how to fix this? Our data compress really well and we don't need time travel for these dataset. so would be super cost effective to use physical storage billing.