airflow config added to openmetadata conf file (#1155)

This commit is contained in:
Ayush Shah 2021-11-11 18:31:53 +05:30 committed by GitHub
parent 15ab8a4901
commit dd7bb5a79f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,6 +124,13 @@ eventHandlerConfiguration:
- "org.openmetadata.catalog.events.AuditEventHandler" - "org.openmetadata.catalog.events.AuditEventHandler"
- "org.openmetadata.catalog.events.ElasticSearchEventHandler" - "org.openmetadata.catalog.events.ElasticSearchEventHandler"
airflowConfiguration:
apiEndpoint: "http://localhost:8080"
username: "admin"
password: "admin"
metadataApiEndpoint: "http://localhost:8585/api"
authProvider: "no-auth"
health: health:
delayedShutdownHandlerEnabled: true delayedShutdownHandlerEnabled: true
shutdownWaitPeriod: 1s shutdownWaitPeriod: 1s