Skip to content

Commit 381e958

Browse files
authored
Update info about relationshipAttributDefs
1 parent 8c48ece commit 381e958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/purview/tutorial-custom-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Below you can see an example of how the **Schema** tab looks like for an asset o
151151

152152
:::image type="content" source="./media/tutorial-custom-types/schema-tab.png" alt-text="Screenshot of the schema tab for an Azure SQL Table asset.":::
153153

154-
In our JSON, we can see that **schemaElementsAttributes** points to the relationship attribute called **columns**, which can be seen in the **relationshipAttributeDefs** array:
154+
**relationshipAttributeDefs** are calculated through the relationship type definitions. In our JSON, we can see that **schemaElementsAttributes** points to the relationship attribute called **columns** - which is one of elements from **relationshipAttributeDefs** array, as shown below:
155155

156156
```json
157157
...
@@ -167,7 +167,7 @@ In our JSON, we can see that **schemaElementsAttributes** points to the relatio
167167
]
168168
```
169169

170-
This relationship has its own definition. The name of the definition is found in **relationshipTypeName** attribute. In this case, it's *azure_sql_table_columns*.
170+
Each relationship has its own definition. The name of the definition is found in **relationshipTypeName** attribute. In this case, it's *azure_sql_table_columns*.
171171

172172
* The **cardinality** of this relationship attribute is set to *SET, which suggests that it holds a list of related assets.
173173
* The related asset is of type *azure_sql_column*, as visible in the *typeName* attribute.

0 commit comments

Comments
 (0)