Onboarding
Turn datasources into datasets for training.
Onboarding is the stage that prepares a datasource for model training.
It applies the choices that make the data model-ready: the prediction type, target, selected features, preprocessing behaviour, sharding, and encoding settings. The result is a dataset that can be used by training workflows.
How onboarding works
Configuration
The onboarding configuration defines how the datasource should be prepared for training.

Initial and incremental onboarding
The first onboarding job for a datasource creates a dataset.
Later onboarding jobs can update that dataset from a newer datasource. Updates point to the existing dataset id and can include an increment_label to identify the new increment.

