Creates a new analytics bucket backed by the Apache Iceberg table format.
buckets permissions: insertobjects permissions: noneA unique identifier for the analytics bucket you are creating.
final AnalyticsBucket bucket = await supabase
.storage
.createAnalyticsBucket('warehouse');