jameshtwose / snowflake-utilities

A package designed to make working with Snowflake easier.

Home Page:https://jameshtwose.github.io/snowflake-utilities/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snowflake-utilities

A package designed to make working with Snowflake easier. It uses the snowflake connector for python in order to setup up and maintain databases and tables in snowflake.

Creating the initial version of the snowflake-utilities package. Mainly to test the skeleton of the structure.

To create a new version of the package:

  1. Update the version number in the snowflake_utilities/__init__.py file
  2. Create a new release in github with the same version number (vX.X.X as the tag)
    • This will trigger the github action to build the package and upload it to pypi (.github/workflows/python-publish.yml)
  3. The new version will be available in the snowflake-utilities pypi

To install the package:

  • pip install snowflake-utilities

About

A package designed to make working with Snowflake easier.

https://jameshtwose.github.io/snowflake-utilities/

License:MIT License


Languages

Language:Python 100.0%