get_metadata
Fetch the catalog-wide OData EDM schema to discover all CBS datasets and their structures. For dataset-specific metadata, use get_dataset_info.
Instructions
Fetch the OData metadata document (EDM schema).
Note: This returns the catalog-wide schema, not dataset-specific metadata. Use get_dataset_info() for metadata of a single dataset.
Returns: dict[str, str]: Metadata as an XML string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||