Datasources
A datasource is the result of ingestion.
It represents source data after it has been read, validated, and prepared by the platform. Onboarding uses datasources as the input for creating datasets.
Initial and incremental datasources
The first successful ingestion job creates an initial datasource.
Later ingestion jobs can create incremental datasources that build on the original datasource. Incremental datasources keep a reference to their parent datasource and include an increment_index and increment_label so updates can be traced over time.
Retrieve datasources
Retrieve datasources when you need to find the datasource created by an ingestion job or select a datasource for onboarding.
You can filter the list by data_processing_job_id when you want the datasource produced by a specific ingestion job.
Retrieve a datasource
Retrieve a datasource by id when you need to inspect a specific datasource before onboarding.
Update a datasource
Update a datasource when you need to rename it.
Delete a datasource
Delete a datasource when it should no longer be used.
Views
Datasource views help inspect the structure and lineage of ingested data.

