Metadata-Version: 2.1
Name: cz-snowflake
Version: 0.1.7
Summary: Standardized CloudZero tools for connecting to the Snowflake data platform
Home-page: https://github.com/Cloudzero/cz-snowflake
Author: CloudZero
Author-email: support@cloudzero.com
License: UNLICENSED
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
License-File: LICENSE


[![Build Status](https://cloudzero.semaphoreci.com/badges/cz-snowflake/branches/main.svg?key=eebdf0a7-a63c-477f-a888-b57fee4ce4f9)](https://cloudzero.semaphoreci.com/projects/cz-snowflake)

# Overview

`cz-snowflake` provides a standard wrapper around the official `snowflake.connector` library that adds
some generic sugar (field names are returned lowercased, for example), as well as a `connect` method based
on CloudZero's approach to key storage. To configure a compatible user, please use the following script:

https://github.com/Cloudzero/infrastructure-core/blob/develop/database/bootstrap_snowflake_user.py


