mirror of
https://github.com/open-metadata/OpenMetadata
synced 2026-05-24 09:39:11 +00:00
airflow config added to openmetadata conf file (#1155)
This commit is contained in:
parent
15ab8a4901
commit
dd7bb5a79f
1 changed files with 7 additions and 0 deletions
|
|
@ -124,6 +124,13 @@ eventHandlerConfiguration:
|
|||
- "org.openmetadata.catalog.events.AuditEventHandler"
|
||||
- "org.openmetadata.catalog.events.ElasticSearchEventHandler"
|
||||
|
||||
airflowConfiguration:
|
||||
apiEndpoint: "http://localhost:8080"
|
||||
username: "admin"
|
||||
password: "admin"
|
||||
metadataApiEndpoint: "http://localhost:8585/api"
|
||||
authProvider: "no-auth"
|
||||
|
||||
health:
|
||||
delayedShutdownHandlerEnabled: true
|
||||
shutdownWaitPeriod: 1s
|
||||
|
|
|
|||
Loading…
Reference in a new issue