Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
Source
A source represents a data source that can be used to create dashboards, tables, and knowledge. Each source contains metadata, documentation, and links to its related entities.
type Source {
id: ID!
lastRefreshedAt: Timestamp
name: String!
origin: SourceOrigin!
slug: String!
technology: SourceTechnology!
type: SourceType!
createdAt: Timestamp!
deletedAt: Timestamp
updatedAt: Timestamp!
}
Fields
Source.id ● ID! non-null scalar general
Unique Catalog identifier of the resource
Source.lastRefreshedAt ● Timestamp scalar general
The time at which the source was last ingested by service
Source.name ● String! non-null scalar general
The name of the source
Source.origin ● SourceOrigin! non-null enum sources
Whether the source is issued from the API or the extraction
Source.slug ● String! non-null scalar general
Unique Catalog slug of the resource
Source.technology ● SourceTechnology! non-null enum general
The technology of the source
Source.type ● SourceType! non-null enum sources
Type of the source
Source.createdAt ● Timestamp! non-null scalar general
Date and time the resource was created
Source.deletedAt ● Timestamp scalar general
Date and time the resource was deleted
Source.updatedAt ● Timestamp! non-null scalar general
Date and time the resource was last updated
Example
{
"id": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"lastRefreshedAt": 1758555879800,
"name": "Snowflake",
"origin": "EXTRACTION",
"slug": "a-source-snowflake",
"technology": "SNOWFLAKE",
"type": "COMMUNICATION",
"createdAt": 1758555879800,
"deletedAt": 1758555879800,
"updatedAt": 1758555879800
}
Returned By
createSourcemutationupdateSourcemutation
Member Of
DashboardobjectDatabaseobjectGetSourcesOutputobject