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:

  • ALIAS is the alias of a MinIO AIStor cluster.
  • WAREHOUSE is the name of the warehouse that contains the table.
  • NAMESPACE is the namespace that contains the table. Specify a nested namespace with additional slash-separated parts, for example parent/child.
  • TABLE is 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