Skip to content

Commit 92e286f

Browse files
docs: Snowflake REST API support (#136)
Co-authored-by: Przemek Denkiewicz <67517453+hovaesco@users.noreply.github.com>
1 parent 5cb87f4 commit 92e286f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: REST API
3+
description: Get started with REST API Endpoints in LocalStack for Snowflake
4+
tags: ["Base"]
5+
---
6+
7+
## Introduction
8+
9+
The [Snowflake REST API](https://docs.snowflake.com/en/developer-guide/snowflake-rest-api/snowflake-rest-api) provides REST API endpoints that allow you to manage schemas and tables in Snowflake. Snowflake REST APIs let you use the programming language of your choice to build your integrations.
10+
11+
LocalStack for Snowflake supports REST API endpoints that let you manage your Snowflake data locally.
12+
13+
## Supported Snowflake REST API endpoints
14+
15+
LocalStack for Snowflake supports the following REST API endpoints to manage your Snowflake data locally:
16+
17+
18+
| Supported Endpoint | Description |
19+
|---------------------------------------------------|---------------------------------------------|
20+
| `POST /api/v2/databases` | Creates a database. |
21+
| `GET /api/v2/databases` | Lists accessible databases. |
22+
| `GET /api/v2/databases/<name>` | Fetch a specific database. |

0 commit comments

Comments
 (0)