mc table view list
The mc table view list command lists all Iceberg views in a namespace on an MinIO AIStor cluster.
Parameters
ALIAS
Required
The alias of an MinIO AIStor cluster from which to list views.
NAMESPACE
Required
The name of the namespace from which to list views.
WAREHOUSE
Required
The name of the warehouse containing the namespace.
Global flags
This command supports any of the global flags.
Examples
List all views in a namespace
Use mc table view list to list all views:
mc table view list ALIAS WAREHOUSE NAMESPACE
- Replace
ALIASwith the alias of the MinIO AIStor cluster. - Replace
WAREHOUSEwith the name of the warehouse. - Replace
NAMESPACEwith the name of the namespace.
List views with JSON output
Use the --json global flag to output the results in JSON format:
mc table view list myaistor analytics prod --json