mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-19 06:28:03 +00:00
GitBook: [#47] Update the Intellij run-time config
This commit is contained in:
parent
aa1c84bdc3
commit
e0a0ef3b2f
BIN
docs/.gitbook/assets/image (1) (1).png
Normal file
BIN
docs/.gitbook/assets/image (1) (1).png
Normal file
Binary file not shown.
After Width: | Height: | Size: 181 KiB |
@ -44,7 +44,7 @@ The following commands must be run from the top-level directory.
|
||||
|
||||
`mvn clean install`
|
||||
|
||||
If you wish to skip the unit tests you can do this by adding `-DskipTests `to the command line.
|
||||
If you wish to skip the unit tests you can do this by adding `-DskipTests` to the command line.
|
||||
|
||||
## Create a distribution (packaging)
|
||||
|
||||
@ -68,7 +68,7 @@ openmetadata-dist/target/open-metadata-<version>.tar.gz
|
||||
|
||||
Add a new Run/Debug configuration like the below screenshot.
|
||||
|
||||
.png>)
|
||||
 (1).png>)
|
||||
|
||||
## Add missing dependency
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
This schema defines the Pipeline Service entity, such as Airflow and Prefect.
|
||||
|
||||
**$id: **[**https://open-metadata.org/schema/entity/services/messagingservice.json**](https://open-metadata.org/schema/entity/services/messagingservice.json)
|
||||
**$id:** [**https://open-metadata.org/schema/entity/services/messagingservice.json**](https://open-metadata.org/schema/entity/services/messagingservice.json)
|
||||
|
||||
Type: `object`
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
This schema defines the Policy entity. A Policy defines lifecycle or access control that needs to be applied across different Data Entities.
|
||||
|
||||
**$id: **[**https://open-metadata.org/schema/entity/policies/policy.json**](https://open-metadata.org/schema/entity/policies/policy.json)
|
||||
**$id:** [**https://open-metadata.org/schema/entity/policies/policy.json**](https://open-metadata.org/schema/entity/policies/policy.json)
|
||||
|
||||
Type: `object`
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
This schema defines basic common types that are used by other schemas.
|
||||
|
||||
**$id: **[**https://open-metadata.org/schema/type/basic.json**](https://open-metadata.org/schema/type/basic.json)
|
||||
**$id:** [**https://open-metadata.org/schema/type/basic.json**](https://open-metadata.org/schema/type/basic.json)
|
||||
|
||||
## Type definitions in this schema
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
This schema defines the change event type to capture the changes to entities. Entities change due to user activity, such as updating description of a dataset, changing ownership, or adding new tags. Entity also changes due to activities at the metadata sources, such as a new dataset was created, a datasets was deleted, or schema of a dataset is modified. When state of entity changes, an event is produced. These events can be used to build apps and bots that respond to the change from activities.
|
||||
|
||||
**$id: **[**https://open-metadata.org/schema/type/auditLog.json**](https://open-metadata.org/schema/type/auditLog.json)
|
||||
**$id:** [**https://open-metadata.org/schema/type/auditLog.json**](https://open-metadata.org/schema/type/auditLog.json)
|
||||
|
||||
Type: `object`
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
This schema defines the type used for lineage of an entity.
|
||||
|
||||
**$id: **[**https://open-metadata.org/schema/type/entitylineage.json**](https://open-metadata.org/schema/type/entitylineage.json)
|
||||
**$id:** [**https://open-metadata.org/schema/type/entitylineage.json**](https://open-metadata.org/schema/type/entitylineage.json)
|
||||
|
||||
Type: `object`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user