ETL Examples¶
The companion repository dummy-loom-etl
contains runnable end-to-end examples of loom.etl with both Polars and Spark
backends.
What it covers¶
Polars and Spark pipeline declarations
Delta Lake read/write modes (
replace,upsert,replace_partitions)Cloud storage configuration (S3, GCS, Azure) via
fsspecFile aliases with
FromFile.alias/IntoFile.aliasObservability and run sinks
Integration tests with
PolarsStepRunnerandSparkTestSession
Quick start¶
git clone https://github.com/the-reacher-data/dummy-loom-etl
cd dummy-loom-etl
make test # run Polars and Spark test suites
make run # run the sample pipeline locally