When I list the available schemas I get the following:
{"schemas":[{"schema":"storage","state":"AVAILABLE"},{"schema":"operational_data","state":"UNAVAILABLE"},{"schema":"access","state":"AVAILABLE"},{"schema":"billing","state":"ENABLE_COMPLETED"},{"schema":"compute","state":"UNAVAILABLE"},{"schema":"marketplace","state":"AVAILABLE"},{"schema":"query","state":"AVAILABLE"},{"schema":"workflow","state":"ENABLE_COMPLETED"},{"schema":"lineage","state":"AVAILABLE"},{"schema":"information_schema","state":"ENABLE_COMPLETED"}]}
I can enable the schemas that are in the AVAILABLE state but for those in UNAVAILABLE, like 'compute', I get the following response when I try to enable:
error_code":"INTERNAL_ERROR","message":"System schema \"compute\" is not currently available for enablement"
Can anyone assist me with this issue?