Snowauth

Latest version: v1.0.2

Safety actively analyzes 623657 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

3.10

install_requires =
snowflake-snowpark-python
toml

package_dir=
=src

1.0.2

Quality of Life enhancements for snowauth for public release

1. Default to `~/.snowauth/snowflake.conf` as the config path.
2. Add setup instructions to docs

0.0.2

New:

[metadata]
name = snowauth
version = attr: snowauth.__version__
author = Branden Ciranni, Daniel Wilczak
author_email = daniel.wilczaksnowflake.com
url = https://github.com/sfc-gh-dwilczak/snowauth
description = A package for the simple local management of snowpark for python connections.
long_description = file: README.md
long_description_content_type = text/markdown
keywords = Snowflake, Snowpark
license = mit
classifiers =
Topic :: Printing
Development Status :: 5 - Production/Stable
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Operating System :: OS Independent
Intended Audience :: Developers

[options]

0.0.1

Added initial code to the code base to get the session information set for you.

Example:

creds.conf

[example_connection]
account = ""
user = "DBT_USER"
password = "password123"
role = "DBT_ROLE"
warehouse = "DBT_WAREHOUSE"


main.py
py
from snowauth import connect

0.0.0

session = connect("creds.conf",'example_connection')

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.