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 dashboards

The dashboard marked as data product

DataProduct.tableId ● String scalar general

The table id marked as data product

DataProduct.table ● Table object tables

The table marked as data product

DataProduct.termId ● String scalar general

The knowledge page id marked as data product

DataProduct.term ● Term object terms-knowledge

The knowledge page marked as data product

DataProduct.createdAt ● Timestamp! non-null scalar general

Date and time the resource was created

Example

{
"id": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"coverUrl": "https://example.com/cover.jpg",
"dashboardId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"dashboard": {
"deprecatedAt": 1758555879800,
"descriptionRaw": "Sales evolution per ***customers**",
"descriptionStateLexical": {
"root": {
"children": [
{
"type": "paragraph",
"version": 1
}
],
"direction": null,
"format": "",
"indent": 0,
"type": "root",
"version": 1
}
},
"externalDescription": "Sales evolution per customers",
"externalDescriptionSource": "VISUALIZATION",
"externalId": "dashboard-sales-by-customers",
"externalSlug": "dashboard-sales-by-customers",
"folderPath": "product/sales/france",
"folderUrl": "https://example.com/product/sales/france",
"isDescriptionGenerated": false,
"name": "Sales evolution per customers",
"popularity": 80,
"slug": "dashboard-sales-by-customers",
"type": "VIZ_MODEL",
"url": "https://example.com/product/sales/france/sales-evolution-per-customers",
"verifiedAt": 1758555879800,
"deprecatedByUserId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"entityEditors": [
{
"sourceUserId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"sourceUser": {
"avatarUrl": "https://example.com/avatar.png",
"email": "john.doe@example.com",
"sourceId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"unifiedId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"unifiedUser": {
"role": "CONTRIBUTOR",
"status": "ACTIVATED",
"teamIds": [
"fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
],
"userId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"createdAt": 1758555879800
},
"deletedAt": 1758555879800,
"updatedAt": 1758555879800
},
"tableId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"termId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"refreshedAt": 1758555879800
}
],
"lastDescribedByUserId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"ownerEntities": [
{
"ownerLabelId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"ownerLabel": {
"label": "Data Steward"
},
"user": {
"firstName": "John",
"lastName": "Doe",
"ownerEntities": [],
"fullName": "John Doe"
}
}
],
"source": {
"lastRefreshedAt": 1758555879800,
"origin": "EXTRACTION",
"technology": "SNOWFLAKE"
},
"tagEntities": [
{
"tagId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"tag": {
"color": "ALERT_COLOR",
"linkedTermId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
}
}
],
"teamOwnerEntities": [
{
"teamId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"team": {
"description": "Members of the EMEA sales team",
"slackChannel": "#emea-sales",
"slackGroup": "@emea-sales",
"source": "Slack",
"teamOwnerEntities": []
}
}
],
"verifiedByUserId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"isDeprecated": false,
"isVerified": false
},
"table": {
"lastQueriedAt": 1758555879800,
"numberOfQueries": 100,
"tableSize": 32,
"tableType": "TABLE",
"transformationSource": "COALESCE",
"entityEditors": [],
"externalLinks": [
{}
],
"ownerEntities": [],
"schemaId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"schema": {
"isHidden": false,
"databaseId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"database": {}
},
"tagEntities": [],
"teamOwnerEntities": []
},
"term": {
"depthLevel": 0,
"icon": "🤖",
"lastEditedAt": 1758555879800,
"childrenTerms": [],
"entityEditors": [],
"ownerEntities": [],
"parentTermId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"tagEntities": [],
"teamOwnerEntities": []
}
}

Member Of