-
Notifications
You must be signed in to change notification settings - Fork 1
docs: Snowflake REST API support #136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,22 @@ | ||||||
--- | ||||||
title: REST API | ||||||
description: Get started with REST API Endpoints in LocalStack for Snowflake | ||||||
tags: ["Base"] | ||||||
--- | ||||||
|
||||||
## Introduction | ||||||
|
||||||
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. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
LocalStack for Snowflake supports REST API endpoints that let you manage your Snowflake data locally. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
## Supported Snowflake REST API endpoints | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
LocalStack for Snowflake supports the following REST API endpoints to manage your Snowflake data locally: | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here I think we should add a heading with title: Database API and then below this the supported endpoints of Database API will be listed. |
||||||
|
||||||
| Supported Endpoint | Description | | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|---------------------------------------------------|---------------------------------------------| | ||||||
| `POST /api/v2/databases` | Creates a database. | | ||||||
| `GET /api/v2/databases` | Lists accessible databases. | | ||||||
| `GET /api/v2/databases/<name>` | Fetch a specific database. | | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.