v0.1.0
v0.1.0
This is the first public release of flakepipe – a reusable Python module for uploading CSV datasets to Snowflake using staging and automatic table creation.
✅ Features
- Upload local CSV files to Snowflake via
PUTandCOPY INTO - Automatic creation of target tables with normalized column names
- Optional truncation or overwrite of existing tables
- Configurable prefix/postfix-based table naming
- Lightweight and easy to integrate into data pipelines
📦 Packaging
- Python 3.8-3.11 supported
- Published to PyPI: flakepipe
- License: MIT
Thanks for checking it out – contributions are welcome! 😊