Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
GetTableQueriesScope
Allow to refine selection of the results using multiple scopes. Note: all scopes are additive
input GetTableQueriesScope {
databaseId: String
queryType: QueryType
schemaId: String
tableIds: [String!]
tableIdsFilterMode: SearchArrayFilterMode
warehouseId: String
}
Fields
GetTableQueriesScope.databaseId ● String scalar general
Scope by database ID
GetTableQueriesScope.queryType ● QueryType enum general
Filter by query type (SELECT or WRITE)
GetTableQueriesScope.schemaId ● String scalar general
Scope by schema ID
GetTableQueriesScope.tableIds ● [String!] list scalar general
Scope by specific table IDs (max 50 ids)
GetTableQueriesScope.tableIdsFilterMode ● SearchArrayFilterMode enum general
how to filter by table IDs - default is ALL
GetTableQueriesScope.warehouseId ● String scalar general
Scope by warehouse ID
Example
Member Of
getTableQueriesquery