Skip to content

Commit

Permalink
Fix #3004: Add Atlas Tag Propagator (#3005)
Browse files Browse the repository at this point in the history
* Fix  #2981 - Update Profile to match TableProfile (#2982)

* Fix #2991: Add ES support for glossary (#2993)

* Atlas Tag Propagation

* Fix #3004:  Add Atlas Tag Propagator

* Fix #3004:  Add Atlas Tag Propagator

Co-authored-by: Pere Miquel Brull <peremiquelbrull@gmail.com>
  • Loading branch information
2 people authored and akash-jain-10 committed Mar 1, 2022
1 parent 443034d commit b2b9804
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions conf/openmetadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,14 @@ atlas:
scheme: ${ATLAS_HTTP_SCHEME:-http}
tableEntityName: ${ATLAS_TABLE_ENTITY_NAME:-Table}

atlas:
host: ${ATLAS_HOST:-136.243.150.188}
port: ${ATLAS_PORT:-21000}
username: ${ATLAS_USER:-admin}
password: ${ATLAS_PASSWORD:-admin}
scheme: ${ATLAS_HTTP_SCHEME:-http}
tableEntityName: ${ATLAS_TABLE_ENTITY_NAME:-Table}

eventHandlerConfiguration:
eventHandlerClassNames:
- "org.openmetadata.catalog.events.AuditEventHandler"
Expand Down

0 comments on commit b2b9804

Please sign in to comment.