Skip to content

Commit

Permalink
add note on describe stage support (#51)
Browse files Browse the repository at this point in the history
* add note on describe stage support

* Update index.md
  • Loading branch information
HarshCasper authored Nov 2, 2024
1 parent 7aa9e96 commit 8c19aac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/user-guide/stages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8c19aac

Please sign in to comment.