Skip to main content

A package for the simple local management of snowpark for python connections.

Project description

Snowauth.

A package for the simple local management of snowpark for python connections.

Example:

Setup:

Create a file name creds.conf.

[connection]
account   = "ACCOUNT"
user      = "USER"
password  = "PASSWORD"
role      = "ROLE"
warehouse = "WAREHOUSE"

Usage

import snowauth

# creds.conf is the default. It can be change to whatever name you want.
session = snowauth.connect('connection','creds.conf')

Output:

<snowflake.snowpark.session.Session: account=...>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

snowauth-0.0.5.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

snowauth-0.0.5-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page