Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

DataProduct

No description

type DataProduct {
id: ID!
coverUrl: String
dashboardId: String
dashboard: Dashboard
tableId: String
table: Table
termId: String
term: Term
createdAt: Timestamp!
}

Fields

DataProduct.id ● ID! non-null scalar general

Unique Catalog identifier of the resource

DataProduct.coverUrl ● String scalar general

The data product’s cover URL

DataProduct.dashboardId ● String scalar general

The dashboard id marked as data product

DataProduct.dashboard ● Dashboard object general

The dashboard marked as data product

DataProduct.tableId ● String scalar general

The table id marked as data product

DataProduct.table ● Table object general

The table marked as data product

DataProduct.termId ● String scalar general

The knowledge page id marked as data product

DataProduct.term ● Term object general

The knowledge page marked as data product

DataProduct.createdAt ● Timestamp! non-null scalar general

Date and time the resource was created

Example

{
"dashboard": {
"entityEditors": [
{
"sourceUser": {
"unifiedUser": {
"teamIds": []
}
}
}
],
"ownerEntities": [
{
"ownerLabel": {},
"user": {
"ownerEntities": []
}
}
],
"source": {},
"tagEntities": [
{
"tag": {}
}
],
"teamOwnerEntities": [
{
"team": {
"teamOwnerEntities": []
}
}
]
},
"table": {
"entityEditors": [],
"externalLinks": [
{}
],
"ownerEntities": [],
"schema": {
"database": {}
},
"tagEntities": [],
"teamOwnerEntities": []
},
"term": {
"childrenTerms": [],
"entityEditors": [],
"ownerEntities": [],
"tagEntities": [],
"teamOwnerEntities": []
}
}

Member Of