Skip to content

Commit f3bd07b

Browse files
Update function coverage documentation (#448)
Co-authored-by: LocalStack Bot <localstack-bot@users.noreply.github.com>
1 parent 1c0b18e commit f3bd07b

File tree

1 file changed

+50
-6
lines changed

1 file changed

+50
-6
lines changed

public/data/snowflake/sql-functions.json

Lines changed: 50 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"generated_at": "2026-02-15T00:45:12.978Z",
3-
"total_functions": 907,
4-
"supported_count": 294,
5-
"unsupported_count": 613,
2+
"generated_at": "2026-02-22T00:42:42.283Z",
3+
"total_functions": 918,
4+
"supported_count": 296,
5+
"unsupported_count": 622,
66
"functions": [
77
{
88
"name": "ABS",
@@ -108,6 +108,10 @@
108108
"name": "ANY_VALUE",
109109
"supported": true
110110
},
111+
{
112+
"name": "APPLICATION_CONFIGURATION_VALUE_HISTORY",
113+
"supported": false
114+
},
111115
{
112116
"name": "APPLICATION_JSON",
113117
"supported": false
@@ -724,6 +728,10 @@
724728
"name": "CURRENT_WAREHOUSE",
725729
"supported": true
726730
},
731+
{
732+
"name": "DATA_AGENT_RUN (SNOWFLAKE.CORTEX)",
733+
"supported": false
734+
},
727735
{
728736
"name": "DATA_METRIC_FUNCTION_EXPECTATIONS",
729737
"supported": false
@@ -1460,6 +1468,10 @@
14601468
"name": "IS_CONFIGURATION_SET (SYS_CONTEXT function)",
14611469
"supported": false
14621470
},
1471+
{
1472+
"name": "IS_DATABASE_ROLE_ACTIVATED (SYS_CONTEXT function)",
1473+
"supported": false
1474+
},
14631475
{
14641476
"name": "IS_DATABASE_ROLE_IN_SESSION",
14651477
"supported": false
@@ -1774,7 +1786,7 @@
17741786
},
17751787
{
17761788
"name": "NTILE",
1777-
"supported": false
1789+
"supported": true
17781790
},
17791791
{
17801792
"name": "NULLIF",
@@ -2190,7 +2202,7 @@
21902202
},
21912203
{
21922204
"name": "SPLIT_TO_TABLE",
2193-
"supported": false
2205+
"supported": true
21942206
},
21952207
{
21962208
"name": "SQRT",
@@ -2764,6 +2776,10 @@
27642776
"name": "SYSTEM$GENERATE_SCIM_ACCESS_TOKEN",
27652777
"supported": false
27662778
},
2779+
{
2780+
"name": "SYSTEM$GET_ALL_DEFAULT_COLUMNS_OVERRIDES",
2781+
"supported": false
2782+
},
27672783
{
27682784
"name": "SYSTEM$GET_ALL_REFERENCES",
27692785
"supported": false
@@ -2812,6 +2828,14 @@
28122828
"name": "SYSTEM$GET_DEBUG_STATUS",
28132829
"supported": false
28142830
},
2831+
{
2832+
"name": "SYSTEM$GET_DEFAULT_COLUMNS_OVERRIDE_FOR_SHOW_COMMAND",
2833+
"supported": false
2834+
},
2835+
{
2836+
"name": "SYSTEM$GET_DEFAULT_COLUMNS_OVERRIDE_FOR_SYSTEM_OBJECT",
2837+
"supported": false
2838+
},
28152839
{
28162840
"name": "SYSTEM$GET_DIRECTORY_TABLE_STATUS",
28172841
"supported": false
@@ -3116,6 +3140,14 @@
31163140
"name": "SYSTEM$SET_CATALOG_INTEGRATION",
31173141
"supported": false
31183142
},
3143+
{
3144+
"name": "SYSTEM$SET_DEFAULT_COLUMNS_OVERRIDE_FOR_SHOW_COMMAND",
3145+
"supported": false
3146+
},
3147+
{
3148+
"name": "SYSTEM$SET_DEFAULT_COLUMNS_OVERRIDE_FOR_SYSTEM_OBJECT",
3149+
"supported": false
3150+
},
31193151
{
31203152
"name": "SYSTEM$SET_EVENT_SHARING_ACCOUNT_FOR_REGION",
31213153
"supported": false
@@ -3132,6 +3164,10 @@
31323164
"name": "SYSTEM$SET_RETURN_VALUE",
31333165
"supported": false
31343166
},
3167+
{
3168+
"name": "SYSTEM$SET_ROW_TIMESTAMP_ON_ALL_SUPPORTED_TABLES",
3169+
"supported": false
3170+
},
31353171
{
31363172
"name": "SYSTEM$SET_SPAN_ATTRIBUTES (for Snowflake Scripting)",
31373173
"supported": false
@@ -3220,6 +3256,14 @@
32203256
"name": "SYSTEM$UNREGISTER_PRIVATELINK_ENDPOINT",
32213257
"supported": false
32223258
},
3259+
{
3260+
"name": "SYSTEM$UNSET_DEFAULT_COLUMNS_OVERRIDE_FOR_SHOW_COMMAND",
3261+
"supported": false
3262+
},
3263+
{
3264+
"name": "SYSTEM$UNSET_DEFAULT_COLUMNS_OVERRIDE_FOR_SYSTEM_OBJECT",
3265+
"supported": false
3266+
},
32233267
{
32243268
"name": "SYSTEM$UNSET_EVENT_SHARING_ACCOUNT_FOR_REGION",
32253269
"supported": false

0 commit comments

Comments
 (0)