mc table tag list
The mc table tag list command lists the tags on an Iceberg table.
Parameters
ALIAS/WAREHOUSE/NAMESPACE/TABLE
Required
The path to the table whose tags to list, where:
ALIASis the alias of a MinIO AIStor cluster.WAREHOUSEis the name of the warehouse that contains the table.NAMESPACEis the namespace that contains the table. Specify a nested namespace with additional slash-separated parts, for exampleparent/child.TABLEis the name of the table.
Global flags
This command supports any of the global flags.
Examples
List the tags on a table
mc table tag list myaistor/mywarehouse/mynamespace/mytable
List the tags in JSON format
Use the --json global flag to output the results in JSON format:
mc table tag list myaistor/mywarehouse/mynamespace/mytable --json