Skip to content

Commit 8c48ece

Browse files
authored
Update details about serviceType
1 parent ea52abf commit 8c48ece

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/purview/tutorial-custom-types.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,13 @@ Based on the JSON type definition, let's look at some properties:
136136

137137
* **Category** field describes in what category your type is. The list of categories supported by Apache Atlas can be found [here](https://atlas.apache.org/api/v2/json_TypeCategory.html).
138138

139-
* **ServiceType** lets you group different type definitions in the same group. In our example, a SQL Table is defined under **Azure SQL Database** service type.
139+
* **ServiceType** field is useful when browsing assets *by source type* in Microsoft Purview. The *service type* will be an entry point to find all assets that belong to the same *service type* - as defined on their type definition. In the below screenshot of Purview UI, the user limits the result to be the entities specified with *Azure SQL Database* in **serviceType**:
140+
141+
:::image type="content" source="./media/tutorial-custom-types/browse-assets.png" alt-text="Screenshot of the portal showing the path from Data Catalog to Browse to By source type and the asset highlighted.":::
140142

141143
> [!NOTE]
142144
> **Azure SQL Database** is defined with the same *serviceType* as **Azure SQL Table**.
143145
144-
This field is useful when browsing assets *by source type* in Microsoft Purview. The *service type* will be an entry point to find all assets that belong to the same *service type* - as defined on their type definition. In the below screenshot of Purview UI, the user limits the result to be the entities specified with *Azure SQL Table* in **serviceType**:
145-
146-
:::image type="content" source="./media/tutorial-custom-types/browse-assets.png" alt-text="Screenshot of the portal showing the path from Data Catalog to Browse to By source type and the asset highlighted.":::
147-
148146
* **SuperTypes** describes the *"parent"* types you want to "*inherit*" from.
149147

150148
* **schemaElementsAttributes** from **options** influences what appears in the **Schema** tab of your asset in Microsoft Purview.

0 commit comments

Comments
 (0)