Skip to content

v0.1.0

Choose a tag to compare

@geeone geeone released this 06 Jul 11:06
· 8 commits to main since this release

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 PUT and COPY 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! 😊