mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-06 22:35:24 +00:00
GitBook: [#30] Re-addition of 0.6 features to Features page.
This commit is contained in:
parent
0bf62da23d
commit
a1fc3c6ee9
@ -81,3 +81,32 @@ Integrate your database, dashboard, messaging, and pipeline services with OpenMe
|
||||

|
||||
|
||||
See the [Connectors](install/metadata-ingestion/connectors/) documentation for information on available connectors and how to integrate your services with OpenMetadata.
|
||||
|
||||
### Metadata Versioning & Events API
|
||||
|
||||
Starting in 0.6, OpenMetadata captures changes in both technical metadata (e.g., table schemas) and business metadata (e.g., tags, ownership, descriptions) as new versions of an entity. Metadata changes generate events that indicates which entity changed, who changed it, and how it changed. You may use these events to integrate metadata into other tools or trigger actions. 
|
||||
|
||||
#### Metadata Versioning
|
||||
|
||||
OpenMetadata maintains the version history for all entities using a number with the format _major.minor_, starting with 0.1 as the initial version of an entity. 
|
||||
|
||||
Changes in metadata result in version changes as follows:
|
||||
|
||||
* Backward **compatible** changes result in a Minor version change. A change in the description, tags, or ownership will increase the version of the entity metadata by 0.1 (e.g., from 0.1 to 0.2).
|
||||
* Backward **incompatible** changes result in a Major version change. For example, when a column in a table is deleted, the version increases by 1.0 (e.g., from 0.2 to 1.2).
|
||||
|
||||
Metadata versioning helps **simplify debugging processes**. View the version history to see if a recent change led to a data issue. Data owners and admins can review changes and revert if necessary.
|
||||
|
||||
Versioning also helps in **broader collaboration** among consumers and producers of data. Admins can provide access to more users in the organization to change certain fields. Crowdsourcing makes metadata the collective responsibility of the entire organization.
|
||||
|
||||

|
||||
|
||||
#### Events API
|
||||
|
||||
Starting in the 0.6 release, OpenMetadata captures changes in both technical metadata (e.g., table schemas) and business metadata (e.g., tags, ownership, descriptions) as change events. This lays the groundwork for notifications. In an upcoming release we will add support for push based events, enabling applications to register webhooks to be notified of change events. We will also enable users to subscribe to notifications and alerts for assets of interest.  
|
||||
|
||||
### One-Click Ingestion Pipelines
|
||||
|
||||
OpenMetadata provides a UI integration with Apache Airflow as a workflow engine to run ingestion, data profiling, data quality and other automation jobs. Admins can configure a service to run the OpenMetadata pipelines and add an ingestion schedule to automatically kick off the ingestion jobs directly from the OpenMetadata UI.
|
||||
|
||||

|
||||
|
Loading…
x
Reference in New Issue
Block a user