Values.GetTableMetadataInputSourceReturns table metadata for the specified catalog, database, and table.
type nonrec t = {catalogName : CatalogNameString.t;The name of the data catalog that contains the database and table metadata to return.
*)databaseName : NameString.t;The name of the database that contains the table metadata to return.
*)tableName : NameString.t;The name of the table for which metadata is returned.
*)workGroup : WorkGroupName.t option;The name of the workgroup for which the metadata is being fetched. Required if requesting an IAM Identity Center enabled Glue Data Catalog.
*)}val make :
?workGroup:??? ->
catalogName:CatalogNameString.t ->
databaseName:NameString.t ->
tableName:NameString.t ->
unit ->
t