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.

GetTablesScope

Allow to refine selection of the results using multiple scopes. Note: all scopes are additive

input GetTablesScope {
databaseId: String
ids: [String!]
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.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

Member Of