mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-16 10:08:08 +00:00
airflow config added to openmetadata conf file (#1155)
This commit is contained in:
parent
15ab8a4901
commit
dd7bb5a79f
@ -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…
x
Reference in New Issue
Block a user