pardata.export_schema_collections

pardata.export_schema_collections()

Return a copy of the schema.SchemaCollectionManager object managed by high-level functions.

Returns

A copy of the schema.SchemaCollectionManager object

Return type

pardata._schema.SchemaCollectionManager

Example:

>>> schema_manager = export_schema_collections()
>>> schema_manager.schema_collections
{'datasets': ..., 'formats': ..., 'licenses':...}