🚀. Socket Launch Week Day 2:Introducing Manifest Alerts.Learn more
Sign In

@useatlas/snowflake

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@useatlas/snowflake

Atlas Snowflake datasource plugin

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

@useatlas/snowflake

Snowflake datasource plugin wrapping the callback-based snowflake-sdk.

Install

bun add @useatlas/snowflake snowflake-sdk

Usage

import { defineConfig } from "@atlas/api/lib/config";
import { snowflakePlugin } from "@useatlas/snowflake";

export default defineConfig({
  plugins: [snowflakePlugin({ url: "snowflake://user:pass@account/db/schema?warehouse=WH&role=ROLE" })],
});

Config

FieldTypeDefaultDescription
urlstringSnowflake connection URL (snowflake://)
maxConnectionsnumber?10Maximum pool connections (max 100)

Reference

  • Plugin SDK docs
  • Authoring guide

Keywords

atlas

FAQs

Package last updated on 10 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts