From 1e933bb2dfde05e1b2c954047a500ba791c5d40a Mon Sep 17 00:00:00 2001 From: HarshCasper Date: Fri, 1 Nov 2024 16:18:22 +0530 Subject: [PATCH 1/2] add note on describe stage support --- content/en/user-guide/stages/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/user-guide/stages/index.md b/content/en/user-guide/stages/index.md index 3b7e9be..9252754 100644 --- a/content/en/user-guide/stages/index.md +++ b/content/en/user-guide/stages/index.md @@ -12,6 +12,7 @@ Stages are a way to load data into Snowflake. You can use stages to load data fr The Snowflake emulator supports stages, allowing you to load data into Snowflake using the same commands and syntax as the Snowflake service. The following operations are supported: - [`CREATE STAGE`](https://docs.snowflake.com/en/sql-reference/sql/create-stage.html) +- [`DESCRIBE STAGE`](https://docs.snowflake.com/en/sql-reference/sql/desc-stage) - [`DROP STAGE`](https://docs.snowflake.com/en/sql-reference/sql/drop-stage.html) ## Getting started From 0a590a23a5e045e5cd5d63e451b3a9f7c57ded1b Mon Sep 17 00:00:00 2001 From: Harsh Mishra Date: Sat, 2 Nov 2024 16:24:51 +0530 Subject: [PATCH 2/2] Update index.md --- content/en/user-guide/stages/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/user-guide/stages/index.md b/content/en/user-guide/stages/index.md index 9252754..40ed467 100644 --- a/content/en/user-guide/stages/index.md +++ b/content/en/user-guide/stages/index.md @@ -14,6 +14,7 @@ The Snowflake emulator supports stages, allowing you to load data into Snowflake - [`CREATE STAGE`](https://docs.snowflake.com/en/sql-reference/sql/create-stage.html) - [`DESCRIBE STAGE`](https://docs.snowflake.com/en/sql-reference/sql/desc-stage) - [`DROP STAGE`](https://docs.snowflake.com/en/sql-reference/sql/drop-stage.html) +- [`SHOW STAGES`](https://docs.snowflake.com/en/sql-reference/sql/show-stages) ## Getting started