Skip to content

Sources (deprecated)

Source[T] is a deprecated alias of Extract[T] in ETLantic 0.15. Prefer:

from etlantic import Extract

customers = Extract[RawCustomer](asset="customers_csv")

Source and binding= will be removed in 0.16. See Migration 0.14 → 0.15.

Canonical documentation: Extracts.