Notes from working through this:
- Encountered an error with python3 -m pip install -r requirements.txt and had to both update pip and brew install postgresql. Rerunning after updating pip and installing postrgesql worked! Had I not encountered this error, definitely would have been up and running in 1 min 🙂
- Forgot to run source venv/bin/activate after installing requirements, so it was defaulting to my local snowflake adapter instead of the duckdb one. Don't be like me and read the instructions carefully!
- Everything else ran super super smoothly! This is such a wildly fantastic idea and I can't wait to see it in use.
Notes from working through this: