57 lines
1.5 KiB
Markdown
Raw Normal View History

2021-11-05 20:45:21 +00:00
---
description: In this section, we present an overview of OpenMetadata features.
---
# Features
### Search across all assets
2021-11-05 20:45:21 +00:00
#### Find assets based on name, description, and component metadata (e.g., column name, description) and containing service
![](../.gitbook/assets/asset-discovery-features.gif)
For more details see the [Asset Discovery](asset-discovery.md) documentation.
### Filter data assets based on importance; identify owners
#### User Tier tags and usage data to identify the relative importance of assets. Identify owners to locate key contacts for follow up questions.
![](../.gitbook/assets/asset-importance-owners.gif)
### Use complex queries to pinpoint assets
2021-11-05 20:45:21 +00:00
#### Find assets matching strict criteria on metadata properties and Boolean operators.
2021-11-05 20:45:21 +00:00
![](../.gitbook/assets/complex-queries.gif)
For more details on asset metadata properties, please see the [Asset Discovery](asset-discovery.md) documentation.
### Search nested fields in complex data types
#### Add description and tags to nested fields in complex data types like structs and arrays. Locate these assets using keyword search or complex queries.
![](../.gitbook/assets/complex-data-types.gif)
### Trace data lineage across assets
#### Trace the path of data across tables, pipelines, and dashboards.
![](../.gitbook/assets/lineage-feature.gif)
### Assess data reliability based on profile metadata
#### Understand how many rows are being added to a table daily, unique count ratio, null count ratio, etc.
![](../.gitbook/assets/data-profiler-feature.gif)