Version:

show_table_metadataΒΆ

GPUdb.show_table_metadata( table_names = None, options = {} )

Retrieves the user provided metadata for the specified tables.

Input Parameter Description

Name Type Description
table_names list of str Tables whose metadata will be fetched. All provided tables must exist, or an error is returned.
options dict of str Optional parameters. Default value is an empty dict ( {} ).

Output Parameter Description

Name Type Description
table_names list of str Value of input parameter table_names.
metadata_maps list of dicts of str A list of maps which contain the metadata of the tables in the order the tables are listed in input parameter table_names. Each map has (metadata attribute name, metadata attribute value) pairs.