Skip to content

Snowflake python connector helper functions/utils

Notifications You must be signed in to change notification settings

AJaySi/snowflake-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

snowflake-utils

Snowflake python connector helper functions/utils

The main function is 'exec_query' which does the snowflake login and returns query result.

The snowflake login details are fetched from AWS secrets and the code for the same is in 'aws_lib.py'. This is optional, if no AWS, then creating a local config file with encrypted snowflake parameters is another option.

As an example, connecting to snowflake, firing valid sql string/statement and return its output is present. Other snowflake options like drop tables, etc is also present.

About

Snowflake python connector helper functions/utils

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages