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.

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 general

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 general

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

Returned By

Member Of