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.

TableInQueryOutput

Table data related to a SQL query

type TableInQueryOutput {
id: String!
name: String!
path: String!
}

Fields

TableInQueryOutput.id ● String! non-null scalar general

The table id

TableInQueryOutput.name ● String! non-null scalar general

The table name

TableInQueryOutput.path ● String! non-null scalar general

The table path

Example

{
"id": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"name": "TABLE",
"path": "\"fffe43cb-a92f-48d9-9527-3fcc4e5f6dba\".\"Snowflake\".\"DB\".\"SCHEMA\".\"TABLE\""
}

Member Of