Overview
Pre-built tooling
Pre-built integrations
Access requirements
Setup guide
Useful links
API gotchas
Pre-built tooling
✅ Authorization
✅ Authorization
✅ Read & write data
✅ Read & write data
| Tools | Status |
|---|---|
| Pre-built integrations | ✅ |
| API unification | ✅ |
| 2-way sync | ✅ |
| Webhooks from Nango on data modifications | ✅ |
| Real-time webhooks from 3rd-party API | 🚫 (time to contribute: <48h) |
| Proxy requests | ✅ |
✅ Observability & data quality
✅ Observability & data quality
| Tools | Status |
|---|---|
| HTTP request logging | ✅ |
| End-to-end type safety | ✅ |
| Data runtime validation | ✅ |
| OpenTelemetry export | ✅ |
| Slack alerts on errors | ✅ |
| Integration status API | ✅ |
✅ Customization
✅ Customization
| Tools | Status |
|---|---|
| Create or customize use-cases | ✅ |
| Pre-configured pagination | 🚫 (time to contribute: <48h) |
| Pre-configured rate-limit handling | 🚫 (time to contribute: <48h) |
| Per-customer configurations | ✅ |
Metadata
Roles
SQL
Schemas
Stages
Statements
Tables
Tasks
Users
Views
Warehouses
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
list-databases | List Snowflake databases. | Action | 🔗 Github |
list-streams | List Snowflake streams (change data capture) in a database. | Action | 🔗 Github |
columns | Sync Snowflake column metadata across all tables in configured schemas. | Sync | 🔗 Github |
databases | Sync Snowflake database metadata | Sync | 🔗 Github |
query-results | Sync rows from a customer-configured SELECT query. | Sync | 🔗 Github |
roles | Sync Snowflake role metadata and hierarchy. | Sync | 🔗 Github |
schemas | Sync Snowflake schema metadata | Sync | 🔗 Github |
tables | Sync Snowflake table metadata. | Sync | 🔗 Github |
users | Sync Snowflake user roster with login, auth, and role details | Sync | 🔗 Github |
views | Sync Snowflake view metadata. | Sync | 🔗 Github |
Access requirements
| Pre-Requisites | Status | Comment |
|---|---|---|
| Paid dev account | ❓ | |
| Paid test account | ❓ | |
| Partnership | ❓ | |
| App review | ❓ | |
| Security audit | ❓ |
Setup guide
No setup guide yet.Contribute improvements to the setup guide by editing this page
Useful links
- How to set up key pair authentication within your snowflake account
- Key Pair Authentication docs
- Account Url configuration
- API Docs
Contribute useful links by editing this page
API gotchas
None yet, add yours!Contribute API gotchas by editing this page
Connect to Snowflake (JWT)
Guide to connect to Snowflake (JWT) using Nango Connect.