Skip to content

Sinks (removed)

Sink was removed in ETLantic 0.16. Use Load:

from etlantic import Load

curated = Load[Customer](input=normalized.result, asset="customers_curated")

See Migration 0.15 → 0.16.