Skip to content

Commit 1d52ac9

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

File tree

1 file changed

+36
-8
lines changed

1 file changed

+36
-8
lines changed

public/data/snowflake/sql-functions.json

Lines changed: 36 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"generated_at": "2026-03-08T00:42:37.991Z",
3-
"total_functions": 921,
4-
"supported_count": 353,
5-
"unsupported_count": 568,
2+
"generated_at": "2026-03-15T00:47:57.477Z",
3+
"total_functions": 928,
4+
"supported_count": 358,
5+
"unsupported_count": 570,
66
"functions": [
77
{
88
"name": "ABS",
@@ -112,6 +112,10 @@
112112
"name": "ANY_VALUE",
113113
"supported": true
114114
},
115+
{
116+
"name": "APPLICATION_CALLBACK_HISTORY",
117+
"supported": false
118+
},
115119
{
116120
"name": "APPLICATION_CONFIGURATION_VALUE_HISTORY",
117121
"supported": false
@@ -968,6 +972,10 @@
968972
"name": "ESTIMATE_REMAINING_DP_AGGREGATES",
969973
"supported": false
970974
},
975+
{
976+
"name": "EXECUTE_AI_EVALUATION",
977+
"supported": false
978+
},
971979
{
972980
"name": "EXP",
973981
"supported": true
@@ -1114,6 +1122,18 @@
11141122
},
11151123
{
11161124
"name": "GET_ABSOLUTE_PATH",
1125+
"supported": true
1126+
},
1127+
{
1128+
"name": "GET_AI_EVALUATION_DATA (SNOWFLAKE.LOCAL)",
1129+
"supported": false
1130+
},
1131+
{
1132+
"name": "GET_AI_OBSERVABILITY_LOGS (SNOWFLAKE.LOCAL)",
1133+
"supported": false
1134+
},
1135+
{
1136+
"name": "GET_AI_RECORD_TRACE (SNOWFLAKE.LOCAL)",
11171137
"supported": false
11181138
},
11191139
{
@@ -1170,11 +1190,11 @@
11701190
},
11711191
{
11721192
"name": "GET_RELATIVE_PATH",
1173-
"supported": false
1193+
"supported": true
11741194
},
11751195
{
11761196
"name": "GET_STAGE_LOCATION",
1177-
"supported": false
1197+
"supported": true
11781198
},
11791199
{
11801200
"name": "GETBIT",
@@ -1558,7 +1578,7 @@
15581578
},
15591579
{
15601580
"name": "JAROWINKLER_SIMILARITY",
1561-
"supported": false
1581+
"supported": true
15621582
},
15631583
{
15641584
"name": "JSON_EXTRACT_PATH_TEXT",
@@ -1970,7 +1990,7 @@
19701990
},
19711991
{
19721992
"name": "REGEXP_SUBSTR_ALL",
1973-
"supported": false
1993+
"supported": true
19741994
},
19751995
{
19761996
"name": "REGR_AVGX",
@@ -2768,6 +2788,10 @@
27682788
"name": "SYSTEM$EXPLAIN_PLAN_JSON",
27692789
"supported": false
27702790
},
2791+
{
2792+
"name": "SYSTEM$EXPORT_TDS_FROM_SEMANTIC_VIEW",
2793+
"supported": false
2794+
},
27712795
{
27722796
"name": "SYSTEM$EXTERNAL_TABLE_PIPE_STATUS",
27732797
"supported": false
@@ -2796,6 +2820,10 @@
27962820
"name": "SYSTEM$GET_AWS_SNS_IAM_POLICY",
27972821
"supported": false
27982822
},
2823+
{
2824+
"name": "SYSTEM$GET_CATALOG_LINKED_DATABASE_CONFIG",
2825+
"supported": false
2826+
},
27992827
{
28002828
"name": "SYSTEM$GET_CLASSIFICATION_RESULT",
28012829
"supported": false

0 commit comments

Comments
 (0)