Dear HN community,<p>I’m Adrian, one of the creators of dlt, the most popular OSS python library for building data ingestion pipelines. It automates all the tedious data engineering tasks, with features like schema evolution, data normalization and incremental loading.<p>Recently we released what we call the “REST API source” which provides our users with a declarative interface to define what data to pull from an API. Simply define a python dictionary with your API endpoints, some authentication, where you want to load your data into and dlt will handle the rest!