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.

ExternalLink

An external link for a table represents a URL to an external system such as github

type ExternalLink {
id: ID!
technology: ExternalLinkTechnology!
url: String!
tableId: String!
}

Fields

ExternalLink.id ● ID! non-null scalar general

Unique Catalog identifier of the resource

ExternalLink.technology ● ExternalLinkTechnology! non-null enum external-links

The origin of the url

ExternalLink.url ● String! non-null scalar general

The external link url

ExternalLink.tableId ● String! non-null scalar general

The link belongs to this data table ID

Example

{
"id": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"technology": "GITLAB",
"url": "https://gitlab.com/project",
"tableId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
}

Returned By

Member Of