Metadata-Version: 2.4
Name: snowmeta
Version: 0.1.0
Summary: Snowmeta: a metadata-driven ingestion framework for Snowflake.
Home-page: https://github.com/marvinkobit/snow-meta
Author: Maeruf
Author-email: maeruf@nexsis.ca
License: MIT
Project-URL: Documentation, https://github.com/marvinkobit/snow-meta
Project-URL: Source, https://github.com/marvinkobit/snow-meta
Keywords: snowflake snowpark data-engineering metadata
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: snowflake-snowpark-python>=1.0.0
Requires-Dist: pandas>=1.3.0
Requires-Dist: pyyaml>=6.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

A metadata-driven ingestion framework on Snowflake  leverages Snowflake’s native capabilities. The approach 
combines control tables, snow pipe,dynamic tables, tasks, and stored procedures to automate ingestion and 
transformation across Bronze, Silver, and Gold layers. The framework is designed to be flexible, 
scalable, and observable, providing data quality checks, CDC handling, and environment 
promotion while minimizing operational overhead.
