Class DataInsightsReportApp
java.lang.Object
org.openmetadata.service.apps.AbstractNativeApplication
org.openmetadata.service.apps.bundles.insights.DataInsightsReportApp
- All Implemented Interfaces:
NativeApplication,org.quartz.Job
-
Field Summary
Fields inherited from class org.openmetadata.service.apps.AbstractNativeApplication
collectionDAO, searchRepository -
Constructor Summary
ConstructorsConstructorDescriptionDataInsightsReportApp(CollectionDAO collectionDAO, SearchRepository searchRepository) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.quartz.JobExecutionContext jobExecutionContext) Methods inherited from class org.openmetadata.service.apps.AbstractNativeApplication
configure, getAppRuntime, getIngestionPipeline, getJobRecord, init, install, pushAppStatusUpdates, raisePreviewMessage, scheduleExternal, scheduleInternal, triggerOnDemand, validateServerExecutableAppMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openmetadata.service.apps.NativeApplication
startApp
-
Constructor Details
-
DataInsightsReportApp
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext jobExecutionContext) - Specified by:
executein interfaceorg.quartz.Job- Overrides:
executein classAbstractNativeApplication
-