Metadata-Version: 2.5
Name: etlantic-spark-connect
Version: 0.48.0
Summary: Experimental Spark Connect provider for ETLantic (fake by default).
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.49,>=0.48.0
Description-Content-Type: text/markdown

# etlantic-spark-connect (Experimental / Preview)

Version **0.48.0** (lockstep with ETLantic core).
Fake-first Spark Connect `SparkProvider` for [ETLantic](https://github.com/eddiethedean/etlantic).
Live Databricks/EMR/Spark Connect endpoints are opt-in via
`ETLANTIC_SPARK_CONNECT_URL` and are skipped in CI (`047-S-01`).

**Maturity:** Experimental (Alpha classifier). Pin with core.

## Install

```bash
pip install 'etlantic-spark-connect==0.48.0'
```

Core dependency: `etlantic>=0.48.0,<0.49`. No Databricks/EMR SDK in the default extra.

## Entry points

| Group | Name | Factory |
|---|---|---|
| `etlantic.spark_providers` | `spark-connect` | `etlantic_spark_connect:create_provider` |
