Skip to main content

Templates

Templates are pre-built App subclasses that implement common extraction patterns. Instead of writing orchestration logic, SQL queries, and task wiring from scratch, you subclass a template and override only the parts that are specific to your data source.

Everything the template provides—task structure, retry configuration, output contracts, and orchestration order—is inherited automatically. Override what you need; get the rest for free.