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
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
datasets | List[Dataset] | Datasets to apply. | ||
timeout_ms | int | <optional> | 30000 | Maximum 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.