Snowflake Procedure
snowflake.procedure MQL resource for querying Snowflake infrastructure with cnquery and cnspec.
Snowflake
Snowflake Procedure
Use MQL in cnspec shell or policy:
snowflake.procedureMin version: 9.0.0Defaults:
nameRelationships
3 resources · 3 relationships·Click to select, expand fields to see properties.
Fields (13)
| Field | Type | Description |
|---|---|---|
argumentsrequired | string | Procedure arguments |
catalogNamerequired | string | Catalog name |
descriptionrequired | string | Procedure description |
isAggregaterequired | int | Whether the procedure is an aggregate function |
isAnsirequired | int | Whether the procedure is an ANSI procedure |
isBuiltinrequired | int | Whether the procedure is built in |
isSecurerequired | int | Whether the procedure is secure |
isTableFunctionrequired | int | Whether the procedure is a table function |
maxNumberOfArgumentsrequired | int | Maximum number of arguments |
minNumberOfArgumentsrequired | int | Minimum number of arguments |
namerequired | string | Name of the procedure |
schemaNamerequired | string | Schema name |
validForClusteringrequired | int | Whether the procedure is for clustering |