GitBook: [#47] Update the Intellij run-time config

This commit is contained in:
OpenMetadata 2021-11-29 21:15:30 +00:00 committed by Sriharsha Chintalapani
parent aa1c84bdc3
commit e0a0ef3b2f
7 changed files with 7 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 181 KiB

View File

@ -44,7 +44,7 @@ The following commands must be run from the top-level directory.
`mvn clean install` `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) ## 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. Add a new Run/Debug configuration like the below screenshot.
![Intellij Run Configuration](<../../.gitbook/assets/image (1).png>) ![Intellij Application Runtime Config](<../../.gitbook/assets/image (1) (1).png>)
## Add missing dependency ## Add missing dependency

View File

@ -2,7 +2,7 @@
This schema defines the Pipeline Service entity, such as Airflow and Prefect. 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` Type: `object`

View File

@ -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. 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` Type: `object`

View File

@ -2,7 +2,7 @@
This schema defines basic common types that are used by other schemas. 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 ## Type definitions in this schema

View File

@ -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. 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` Type: `object`

View File

@ -2,7 +2,7 @@
This schema defines the type used for lineage of an entity. 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` Type: `object`