Ingestion
Turn source data into validated datasources.
Ingestion is the stage that reads source files, applies a schema, and creates a datasource that can be used for onboarding.
It connects the data you prepared in storage with the schema that describes it. The result is a datasource: a validated, platform-managed representation of the source data.
How ingestion works

Initial and incremental ingestion
The first ingestion job for a source creates a datasource.
Later ingestion jobs can update that datasource with additional data. Updates point to the existing datasource id and can include an increment_label to identify the new increment.

