diff --git a/content/en/references/coverage-features/index.md b/content/en/references/coverage-features/index.md index 4fc7cd4..c928af3 100644 --- a/content/en/references/coverage-features/index.md +++ b/content/en/references/coverage-features/index.md @@ -10,4 +10,119 @@ cascade: hide_readingtime: true --- -Details following soon ... \ No newline at end of file +## Resource Types and Operations + +This page provides a list of Snowflake query features (resource types and operations) that are supported in the LocalStack emulator. +The content will be updated as additional query features and functions are implemented. + + +### Databases +| |ALTER|CREATE|DESCRIBE|DROP|SHOW|UNDROP|USE| +|----|----|----|----|----|----|----|----| +|**DATABASE**|❓|✅|❓|✅|❓|❓|❓| + +### External Tables +| |ALTER|CREATE|DESCRIBE|DROP|SHOW| +|----|----|----|----|----|----| +|**EXTERNAL TABLE**|❓|❓|❓|❓|❓| + +### File Formats +| |ALTER|CREATE|DESCRIBE|DROP|SHOW| +|----|----|----|----|----|----| +|**FILE FORMAT**|❓|❓|❓|❓|❓| + +### Functions +| |ALTER|CREATE|DESCRIBE|DROP|SHOW| +|----|----|----|----|----|----| +|**FUNCTION**|❓|✅|❓|✅|❓| + +### Integrations +| |ALTER|CREATE|DESCRIBE|DROP|SHOW| +|----|----|----|----|----|----| +|**INTEGRATION**|❓|❓|❓|❓|❓| + +### Iceberg Tables +| |ALTER|CREATE|DESCRIBE|DROP|SHOW|UNDROP| +|----|----|----|----|----|----|----| +|**ICEBERG TABLE**|❓|❓|❓|❓|❓|❓| + +### Pipes +| |ALTER|CREATE|DESCRIBE|DROP|SHOW| +|----|----|----|----|----|----| +|**PIPE**|❓|❓|❓|❓|❓| + +### Procedures +| |ALTER|CALL|CALL WITH|CREATE|DESCRIBE|DROP|SHOW| +|----|----|----|----|----|----|----|----| +|**PROCEDURE**|❓|❓|❓|✅|❓|✅|❓| + +### Roles +| |ALTER|CREATE|DROP|GRANT|REVOKE|SHOW|USE| +|----|----|----|----|----|----|----|----| +|**ROLE**|❓|❓|❓|❓|❓|❓|❓| + +### Schemas +| |ALTER|CREATE|DESCRIBE|DROP|SHOW|UNDROP|USE| +|----|----|----|----|----|----|----|----| +|**SCHEMA**|❓|✅|❓|✅|❓|❓|❓| + +### Sequences +| |ALTER|CREATE|DESCRIBE|DROP|SHOW| +|----|----|----|----|----|----| +|**SEQUENCE**|❓|✅|❓|✅|❓| + +### Shares +| |ALTER|CREATE|DESCRIBE|DROP|SHOW| +|----|----|----|----|----|----| +|**SHARE**|❓|❓|❓|❓|❓| + +### Stages +| |ALTER|CREATE|DESCRIBE|DROP|SHOW| +|----|----|----|----|----|----| +|**STAGE**|❓|❓|❓|❓|❓| + +### Storage Integrations +| |ALTER|CREATE| +|----|----|----| +|**STORAGE INTEGRATION**|❓|✅| + +### Streams +| |ALTER|CREATE|DESCRIBE|DROP|SHOW| +|----|----|----|----|----|----| +|**STREAM**|❓|❓|❓|❓|❓| + +### Streamlits +| |ALTER|CREATE|DESCRIBE|DROP|SHOW| +|----|----|----|----|----|----| +|**STREAMLIT**|❓|✅|❓|✅|❓| + +### Tables +| |ALTER|CREATE|DESCRIBE|DROP|SHOW|TRUNCATE|UNDROP| +|----|----|----|----|----|----|----|----| +|**TABLE**|✅|✅|❓|✅|❓|❓|❓| + +### Tags +| |ALTER|CREATE|DROP|SHOW|UNDROP| +|----|----|----|----|----|----| +|**TAG**|❓|✅|✅|❓|❓| + +### Tasks +| |ALTER|CREATE|DESCRIBE|DROP|EXECUTE|SHOW| +|----|----|----|----|----|----|----| +|**TASK**|❓|❓|❓|❓|❓|❓| + +### Users +| |ALTER|CREATE|DESCRIBE|DROP|SHOW| +|----|----|----|----|----|----| +|**USER**|❓|❓|❓|❓|❓| + +### Views +| |ALTER|CREATE|DESCRIBE|DROP|SHOW| +|----|----|----|----|----|----| +|**VIEW**|❓|✅|❓|✅|❓| + +### Warehouses +| |ALTER|CREATE|DESCRIBE|DROP|SHOW|USE| +|----|----|----|----|----|----|----| +|**WAREHOUSE**|❓|✅|❓|✅|❓|❓| + diff --git a/content/en/references/coverage-functions/index.md b/content/en/references/coverage-functions/index.md index 92dd732..a982084 100644 --- a/content/en/references/coverage-functions/index.md +++ b/content/en/references/coverage-functions/index.md @@ -1,7 +1,7 @@ --- -title: "Functions Coverage" -linkTitle: "Functions Coverage" +title: "SQL Functions Coverage" +linkTitle: "SQL Functions Coverage" weight: 1 description: > Overview of the implemented Snowflake SQL functions in LocalStack @@ -13,7 +13,8 @@ hide_readingtime: true ## Overview This table provides a list of all Snowflake system-defined SQL functions, scalar or table, emulated by LocalStack. -The table is a work in progress and will be updated as more functions are implemented. +The content will be updated as additional query features and functions are implemented. + |Function|Supported| |----|----| |ABS|✅| @@ -113,7 +114,7 @@ The table is a work in progress and will be updated as more functions are implem |BOOLXOR_AGG|❓| |BUILD_SCOPED_FILE_URL|❓| |BUILD_STAGE_FILE_URL|❓| -|CASE|❓| +|CASE|✅| |CAST, ::|✅| |CBRT|✅| |CEIL|✅| @@ -352,7 +353,6 @@ The table is a work in progress and will be updated as more functions are implem |LIKE ANY|❓| |LISTAGG|✅| |LISTING_REFRESH_HISTORY|❓| -|LISTING_REFRESH_PROGRESS, LISTING_REFRESH_PROGRESS_BY_JOB|❓| |LN|✅| |LOCALTIME|❓| |LOCALTIMESTAMP|❓| @@ -755,3 +755,4 @@ The table is a work in progress and will be updated as more functions are implem |YEAR* / DAY* / WEEK* / MONTH / QUARTER|❓| |ZEROIFNULL|✅| |ZIPF|❓| +