Get in touch
Get in touch

Deploy the project schema and datasets to the API

load_project(schema, datasets, validation_mode)

Deploy the project schema and datasets to the API. Tears down existing datasets before applying the new schema and datasets.
Properties
NameTypeAttributesDefaultDescription
schemaSchemaThe schema to deploy.
datasetslist[Dataset]The datasets to deploy.
validation_modeVALIDATION_MODE<optional>VALIDATION_MODE.PROMPTHow to handle mismatches between deployment and existing datasets. See `VALIDATION_MODE`.
Returns:
None
Type
None
Raises:
ValueError
If duplicate class names are found across datasets.