dump_project(schema_path, datasets_path)
Export the project schema and dataset configurations to JSON files. Files are named ``{project_name}-v{version}-schema.json`` and ``{project_name}-v{version}-datasets.json``.
Properties
| Name | Type | Description |
|---|---|---|
schema_path | Union[str, Path] | Directory to write the schema JSON file. |
datasets_path | Union[str, Path] | Directory to write the datasets JSON file. |
Returns:
None
- Type
- None