This script connects to Snowflake, queries the data, and stores it in a local DuckDB database.
- Clone the repository
- Create a virtual environment using
python -m venv venv - Install the dependencies using
pip install -r requirements.txt - Set up your Snowflake and DuckDB credentials in a
.envusing the.env.examplefile - Run the script using
python main.py