mc table namespace list

The mc table namespace list command lists all Iceberg namespaces in a warehouse on an AIStor cluster.

Parameters

ALIAS

Required

The alias of an AIStor cluster from which to list namespaces.

WAREHOUSE

Required

The name of the warehouse from which to list namespaces.

Global flags

This command supports any of the global flags.

Examples

List all namespaces in a warehouse

Use mc table namespace list to list all namespaces:

mc table namespace list ALIAS WAREHOUSE
  • Replace ALIAS with the alias of the AIStor cluster.
  • Replace WAREHOUSE with the name of the warehouse.

List namespaces with JSON output

Use the --json global flag to output the results in JSON format:

mc table namespace list myaistor analytics --json