A repo made for exporting large tables from snowflake to csv
For linux run the following command python3 -m venv env
For windows run the following command python -m venv env
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