Skip to content

salahfh/SnowflakeToPolars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Load Snowflake to Polars

Load data from snowflake to Polars DataFrame directly.

Usage

query = "Select * from <TABLE_NAME> limit 10"
sp = SnowflakePl()
df = sp.run_sql(query)
print(df)

.env File

A .env should be created in the project directory with the follow keys:

USERNAME="USERNAME"
ACCOUNT="ACCOUNT"
PASSWORD="PASSWORD"

ACCOUNT is from the URL <ACCOUNT>.snowflakecomputing.com

About

Query Snowflake then store data in polars.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages