Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add note on describe stage support
Browse files Browse the repository at this point in the history
HarshCasper committed Nov 1, 2024
1 parent fb5cf7f commit 1e933bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/en/user-guide/stages/index.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1e933bb

Please sign in to comment.