Metadata-Version: 2.4
Name: etlantic-snowflake
Version: 0.44.0
Summary: Experimental Snowflake connector for ETLantic.
Project-URL: Homepage, https://github.com/eddiethedean/etlantic
Project-URL: Documentation, https://github.com/eddiethedean/etlantic/tree/main/docs
Project-URL: Repository, https://github.com/eddiethedean/etlantic
Project-URL: Issues, https://github.com/eddiethedean/etlantic/issues
Project-URL: Changelog, https://github.com/eddiethedean/etlantic/blob/main/CHANGELOG.md
Author-email: Odo Matthews <odosmatthews@gmail.com>
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: etlantic<0.45,>=0.44.0
Provides-Extra: snowflake
Requires-Dist: snowflake-connector-python<4,>=3.6; extra == 'snowflake'
Description-Content-Type: text/markdown

# etlantic-snowflake (Experimental)


Version **0.44.0** (lockstep with ETLantic core).
Native Snowflake connector for
[ETLantic](https://github.com/eddiethedean/etlantic) **0.43**. Install when
pipelines need Experimental `snowflake` source/sink/storage connectors. CI
uses an in-memory fake; live Snowflake is optional. Pin with core.

**Maturity:** Experimental (Alpha classifier). Fake path uses
`autocommit=False` transactional semantics and `query_id` evidence on
`CommitReceipt`.

## Install

```bash
pip install 'etlantic-snowflake==0.44.0'
# Live Snowflake (optional):
# pip install 'etlantic-snowflake[snowflake]==0.44.0'
# pip install 'etlantic==0.44.0'
```

Core dependency: `etlantic>=0.44.0,<0.45`.

## Entry points

| Group | Name | Factory |
|---|---|---|
| `etlantic.source_connectors` | `snowflake` | `etlantic_snowflake:create_source` |
| `etlantic.sink_connectors` | `snowflake` | `etlantic_snowflake:create_sink` |
| `etlantic.storage_connectors` | `snowflake` | `etlantic_snowflake:create_storage` |

## Links

[Source](https://github.com/eddiethedean/etlantic/tree/main/packages/etlantic-snowflake) ·
[Issues](https://github.com/eddiethedean/etlantic/issues)
