Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
GetTablesScope
Allow to refine selection of the results using multiple scopes. Note: all scopes are additive
input GetTablesScope {
databaseId: String
ids: [String!]
isDeprecated: Boolean
isVerified: Boolean
nameContains: String
pathContains: String
schemaId: String
warehouseId: String
withDeleted: Boolean
withHidden: Boolean
}
Fields
GetTablesScope.databaseId ● String scalar general
Scope by database ID
GetTablesScope.ids ● [String!] list scalar general
Scope by multiple table IDs
GetTablesScope.isDeprecated ● Boolean scalar general
Scope by whether the table is deprecated
GetTablesScope.isVerified ● Boolean scalar general
Scope by whether the table is verified (certified)
GetTablesScope.nameContains ● String scalar general
Scope by a substring of the table name, case insensitive
GetTablesScope.pathContains ● String scalar general
Scope by a substring of the table path, case insensitive
GetTablesScope.schemaId ● String scalar general
Scope by schema ID
GetTablesScope.warehouseId ● String scalar general
Scope by warehouse ID
GetTablesScope.withDeleted ● Boolean scalar general
Scope by withDeleted, whether to include deleted assets
GetTablesScope.withHidden ● Boolean scalar general
Scope by withHidden, whether to include hidden assets
Example
{
"databaseId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"ids": [
"fffe43cb-a92f-48d9-9527-3fcc4e5f6dba"
],
"isDeprecated": true,
"isVerified": true,
"nameContains": "customers",
"pathContains": "product/sales",
"schemaId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"warehouseId": "fffe43cb-a92f-48d9-9527-3fcc4e5f6dba",
"withDeleted": false,
"withHidden": false
}
Member Of
getTablesquery