Error
A valid request URL is required to generate request examples{
"results": {
"joinedTables": [
"<string>"
],
"fields": [
{
"name": "<string>",
"label": "<string>",
"tableLabel": "<string>",
"owner": {
"email": "<string>",
"lastName": "<string>",
"firstName": "<string>",
"userUuid": "<string>"
},
"aiHints": [
"<string>"
],
"icon": {
"unicode": "<string>"
},
"categories": [
{
"name": "<string>",
"color": "<string>",
"tagUuid": "<string>",
"yamlReference": "<string>"
}
],
"tableName": "<string>",
"catalogSearchUuid": "<string>",
"description": "<string>",
"requiredAttributes": {},
"anyAttributes": {},
"spotlightSegmentBy": [
"<string>"
],
"spotlightFilterBy": [
"<string>"
],
"searchRank": 123,
"verifiedChartUsage": 123,
"chartUsage": 123,
"tags": [
"<string>"
],
"tableGroupLabel": "<string>"
}
],
"modelName": "<string>",
"label": "<string>",
"name": "<string>",
"tableLabel": "<string>",
"source": "<string>",
"description": "<string>"
}
}Catalog
Get table metadata
Get catalog metadata for tables
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
dataCatalog
/
{table}
/
metadata
Error
A valid request URL is required to generate request examples{
"results": {
"joinedTables": [
"<string>"
],
"fields": [
{
"name": "<string>",
"label": "<string>",
"tableLabel": "<string>",
"owner": {
"email": "<string>",
"lastName": "<string>",
"firstName": "<string>",
"userUuid": "<string>"
},
"aiHints": [
"<string>"
],
"icon": {
"unicode": "<string>"
},
"categories": [
{
"name": "<string>",
"color": "<string>",
"tagUuid": "<string>",
"yamlReference": "<string>"
}
],
"tableName": "<string>",
"catalogSearchUuid": "<string>",
"description": "<string>",
"requiredAttributes": {},
"anyAttributes": {},
"spotlightSegmentBy": [
"<string>"
],
"spotlightFilterBy": [
"<string>"
],
"searchRank": 123,
"verifiedChartUsage": 123,
"chartUsage": 123,
"tags": [
"<string>"
],
"tableGroupLabel": "<string>"
}
],
"modelName": "<string>",
"label": "<string>",
"name": "<string>",
"tableLabel": "<string>",
"source": "<string>",
"description": "<string>"
}
}Was this page helpful?
āI