Skip to content

This tool is designed to efficiently export data from a specified Snowflake table into CSV files ๐Ÿ—„๏ธ

License

Notifications You must be signed in to change notification settings

mitch-zink/snowflake-table-to-csv-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

49 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Snowflake Table to CSV Data Exporter ๐Ÿ“ˆ

Open with Streamlit

Python Snowflake Streamlit

This tool is designed to efficiently export data from a specified Snowflake table into CSV files ๐Ÿ—„๏ธ

Setup Instructions

Create a virtual env, install dependencies, and then run the streamlit app

For Mac/Linux

python3 -m venv venv && source venv/bin/activate && pip3 install --upgrade pip && pip3 install -r requirements.txt && streamlit run app.py

For Windows

py -m venv venv; .\venv\Scripts\Activate.ps1; python -m pip install --upgrade pip; pip install -r requirements.txt; streamlit run app.py

About

This tool is designed to efficiently export data from a specified Snowflake table into CSV files ๐Ÿ—„๏ธ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages