Get in touch
Get in touch

Create or update datasets so they match the supplied list

apply_datasets(datasets, timeout_ms)

Create or update datasets so they match the supplied list. New datasets are created; existing datasets with changes are updated. Waits for confirmation that all datasets have been applied.
Properties
NameTypeAttributesDefaultDescription
datasetsList[Dataset]Datasets to apply.
timeout_msint<optional>30000Maximum time in milliseconds to wait for the API to confirm all datasets are applied.
Returns:
None
Type
None
Raises:
DatagraphsError
If datasets are not applied within the timeout.