From 8c19aaca78a9ab704aa58c7a3f60ca4dc6723fd0 Mon Sep 17 00:00:00 2001 From: Harsh Mishra Date: Sat, 2 Nov 2024 16:25:11 +0530 Subject: [PATCH] add note on describe stage support (#51) * add note on describe stage support * Update index.md --- content/en/user-guide/stages/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/user-guide/stages/index.md b/content/en/user-guide/stages/index.md index 3b7e9be..40ed467 100644 --- a/content/en/user-guide/stages/index.md +++ b/content/en/user-guide/stages/index.md @@ -12,7 +12,9 @@ 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) +- [`SHOW STAGES`](https://docs.snowflake.com/en/sql-reference/sql/show-stages) ## Getting started