Flutter: analyticsCatalog

Returns an Iceberg REST Catalog client for an analytics bucket, used to manage the namespaces and tables (the warehouse) inside it.

Parameters

Examples

Get an analytics catalog client

final catalog = supabase
  .storage
  .analyticsCatalog('my-analytics-bucket');

await catalog.createNamespace(['analytics']);