SAP Datasphere Catalog assets
The SAP Datasphere Catalog integration uses a specific subset of asset types. These are available out of the box. For more information on asset attributes or metadata synchronized per asset type, go to Integrated SAP Datasphere Catalog data.
| SAP system type | Asset type in Collibra | Description |
|---|---|---|
|
SAP Datasphere SAP Analytics Cloud |
SAP Tenant |
The tenant of your SAP system connected to SAP Datasphere Catalog. The name of the system that you specify in SAP Datasphere Catalog will be the name of the SAP Tenant in CollibraData Catalog. |
|
SAP Datasphere SAP Analytics Cloud |
SAP Container |
This is the highest level of the folder structure. It can either be a container or workspace. |
| SAP Datasphere | SAP Datasphere Space | A collection of SAP Datasphere models, tables, and views. |
| SAP Datasphere | SAP Datasphere Perspective | A reusable configuration that contains a subset of consumption model attributes, measures, and parameters. |
| SAP Datasphere | SAP Datasphere Intelligent Lookup | An object that merges data from two entities. |
| SAP Datasphere | SAP Datasphere Analytic Model | A representation of an SAP Datasphere model. |
| SAP Datasphere |
Database View |
A virtual table based on the result-set of an SQL statement. |
| SAP Datasphere | Table | An implementation of data entities in columns and rows, in a given database system. It is the basic structure of a relational database. |
| SAP Datasphere | Column | An atomic unit of data that can be stored in a database table. |
| SAP Analytics Cloud |
SAC Folder |
A folder structure that is the parent of Story and SAC Data Model assets. |
| SAP Analytics Cloud |
SAC Story |
Dashboards that allow you to tell the story of your data in visualizations and tables. |
| SAP Analytics Cloud |
SAC Data Model |
SAC Data Model assets have the attribute Source Type, with one of the following values:
|
| SAP Analytics Cloud |
SAC Data Attribute |
SAC Data Attribute assets have the attribute Source Type, with one of the following values:
|
| SAP Business Glossary | Business Term | Concepts and their definitions that describe the key characteristics of a data asset. |
| SAP Datasphere Marketplace Data Products | SAP Data Product | A pre-packaged dataset, along with necessary documentation and tools, designed to be easily consumed by non-experts. It provides access to valuable business information in a user-friendly format. |
| SAP Artifacts | Data Product Port | Defines the interface through which a data product interacts with the broader ecosystem. A data product can feature multiple ports, each categorized based on its relation to the data product. |
| Not applicable | Data Contract | Documents the objectives for the structure, format, service level, quality, and terms of use for exchanging data between a data provider and their consumers. This terminology is often used in data mesh context and tries to make the analogy to a contract but it should not necessarily be seen as a legally binding document. Often it is just used internally in a company to set the expectations between data producer and data consumer. |
| Data Provider | Vendor | A provider of goods or services. |
Create an SAP Datasphere Catalog diagram view
You can recreate this diagram view in your Collibra environment. You can also create a diagram view specific to SAP Analytics Cloud to visualize the operating model.
To create a new diagram view, you can copy and paste the JSON code in the diagram view text editor.
Steps
- Open the asset page.
- Click the
Diagram tab.
The diagram is shown in the default diagram view. - Click
to add a new view. - Select the Text option below the diagram view name.
The diagram view text editor is shown. - Copy the code from the Show JSON code section below and paste it in the diagram view text editor.
- Click Save.
- Edit the name and description of the diagram view as needed.
{
"nodes": [
{
"id": "SAP Tenant",
"type": {
"id": "00000000-0000-0000-0000-100000000060"
}
},
{
"id": "SAP Container",
"type": {
"id": "00000000-0000-0000-0000-100000000061"
}
},
{
"id": "SAC Folder",
"type": {
"id": "00000000-0000-0000-0000-100000000062"
},
"fields": []
},
{
"id": "SAC Data Model",
"type": {
"id": "00000000-0000-0000-0000-100000000065"
},
"fields": []
},
{
"id": "SAC Story",
"type": {
"id": "00000000-0000-0000-0000-100000000063"
},
"fields": []
},
{
"id": "SAC Data Entity",
"type": {
"id": "00000000-0000-0000-0000-100000000066"
},
"fields": []
},
{
"id": "SAC Data Attribute",
"type": {
"id": "00000000-0000-0000-0000-100000000067"
},
"fields": []
},
{
"id": "Transformation Model",
"type": {
"id": "00000000-0000-0000-0000-100000000076"
},
"fields": []
},
{
"id": "Business Term",
"type": {
"id": "00000000-0000-0000-0000-000000011001"
}
},
{
"id": "Table",
"type": {
"id": "00000000-0000-0000-0000-000000031007"
}
},
{
"id": "Column",
"type": {
"id": "00000000-0000-0000-0000-000000031008"
}
},
{
"id": "SAP Datasphere Space",
"type": {
"id": "00000000-0000-0000-0000-100000000068"
}
},
{
"id": "SAP Datasphere Data Attribute",
"type": {
"id": "00000000-0000-0000-0000-100000000074"
}
},
{
"id": "Vendor",
"type": {
"id": "00000000-0000-0000-0000-000000031403"
},
"fields": []
},
{
"id": "SAP Data Product",
"type": {
"id": "00000000-0000-0000-0000-100000000073"
},
"fields": []
},
{
"id": "Data Product Port (Output)",
"type": {
"id": "00000000-0000-0000-0000-000000050004"
},
"fields": []
},
{
"id": "Data Product Port (Input)",
"type": {
"id": "00000000-0000-0000-0000-000000050004"
},
"fields": []
},
{
"id": "Data Contract",
"type": {
"id": "00000000-0000-0000-0000-000000050003"
},
"fields": []
}
],
"edges": [
{
"from": "SAP Tenant",
"to": "SAP Container",
"label": "",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-000000007054"
},
"roleDirection": true
},
{
"from": "SAP Container",
"to": "SAC Folder",
"label": "",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0001-002600000006"
},
"roleDirection": true
},
{
"from": "SAC Folder",
"to": "SAC Data Model",
"label": "",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-120000000014"
},
"roleDirection": true
},
{
"from": "SAC Folder",
"to": "SAC Story",
"label": "",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-120000000002"
},
"roleDirection": true
},
{
"from": "SAC Story",
"to": "SAC Data Model",
"label": "",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-120000000013"
},
"roleDirection": false
},
{
"from": "SAC Data Model",
"to": "SAC Data Entity",
"label": "",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-000000007046"
},
"roleDirection": false
},
{
"from": "SAC Data Entity",
"to": "SAC Data Entity",
"label": "",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-000000007017"
},
"roleDirection": true
},
{
"from": "SAC Folder",
"to": "SAC Folder",
"label": "",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-120000000001"
},
"roleDirection": true
},
{
"from": "SAC Data Entity",
"to": "SAC Data Attribute",
"label": "",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-000000007047"
},
"roleDirection": true
},
{
"from": "SAC Data Model",
"to": "SAC Data Attribute",
"label": "",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-000000007017"
},
"roleDirection": true
},
{
"from": "SAC Story",
"to": "Transformation Model",
"label": "",
"type": {
"id": "00000000-0000-0000-0000-120000000013"
},
"roleDirection": false
},
{
"from": "SAC Story",
"to": "Business Term",
"label": "",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-120000000006"
},
"roleDirection": true
},
{
"from": "Transformation Model",
"to": "Business Term",
"label": "",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-000000007038"
},
"roleDirection": false
},
{
"from": "Transformation Model",
"to": "Table",
"label": "",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-121000000001"
},
"roleDirection": true
},
{
"from": "Table",
"to": "Column",
"label": "",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-000000007042"
},
"roleDirection": false
},
{
"from": "Transformation Model",
"to": "SAP Datasphere Space",
"label": "",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-121000000000"
},
"roleDirection": false
},
{
"from": "Transformation Model",
"to": "SAP Datasphere Data Attribute",
"label": "",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-000000007017"
},
"roleDirection": true
},
{
"from": "Table",
"to": "SAP Datasphere Space",
"label": "",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-121000000000"
},
"roleDirection": false
},
{
"from": "Table",
"to": "Table",
"label": "",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-121000000002"
},
"roleDirection": false
},
{
"from": "Vendor",
"to": "SAP Data Product",
"label": "provides",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-121000000004"
},
"roleDirection": true
},
{
"from": "SAP Data Product",
"to": "SAP Datasphere Space",
"label": "belongs to",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-121000000010"
},
"roleDirection": true
},
{
"from": "SAP Data Product",
"to": "Data Product Port (Output)",
"label": "exposes data as",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-000000050040"
},
"roleDirection": true
},
{
"from": "Data Product Port (Input)",
"to": "SAP Data Product",
"label": "is input port for",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-000000050041"
},
"roleDirection": true
},
{
"from": "Data Product Port (Input)",
"to": "Table",
"label": "is implemented as",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-000000050042"
},
"roleDirection": true
},
{
"from": "Data Contract",
"to": "Data Product Port (Output)",
"label": "governs functioning of",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-000000050044"
},
"roleDirection": true
},
{
"from": "SAP Tenant",
"to": "SAP Datasphere Space",
"label": "",
"style": "arrow",
"type": {
"id": "00000000-0000-0000-0000-000000007054"
},
"roleDirection": true
}
],
"showOverview": false,
"enableFilters": true,
"showLabels": true,
"showFields": true,
"showLegend": true,
"showPreview": true,
"visitStrategy": "directed",
"layout": "HierarchyTopBottom",
"maxNodeLabelLength": 50,
"maxEdgeLabelLength": 30,
"layoutOptions": {
"compactGroups": false,
"componentArrangementPolicy": "topmost",
"edgeBends": true,
"edgeBundling": true,
"edgeToEdgeDistance": 5,
"minimumLayerDistance": "auto",
"nodeToEdgeDistance": 5,
"orthogonalRouting": true,
"preciseNodeHeightCalculation": true,
"recursiveGroupLayering": true,
"separateLayers": true,
"webWorkers": true,
"nodePlacer": {
"barycenterMode": true,
"breakLongSegments": true,
"groupCompactionStrategy": "none",
"nodeCompaction": false,
"straightenEdges": true
}
}
}