Skip to content

A repo made for exporting large tables from snowflake to csv

Notifications You must be signed in to change notification settings

leonDataNut/snowflake_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snowflake_exporter

A repo made for exporting large tables from snowflake to csv

Getting Started

Create a virtual environment using python 3.8

For linux run the following command python3 -m venv env

For windows run the following command python -m venv env

Activating the virtual environment

Activate the the virtual environment

For linux run the following command source env/bin/activate

For windows run the following command .\env\Scripts\activate.bat

Installing the requirements

About

A repo made for exporting large tables from snowflake to csv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages