Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Job Scheduler Engine:

  • Input:

-  druidA list of reports in druid_reports_configuration  cassandra tableCassandra table with the cron_expression which falls within the current day of execution.

  • Output:

- Based on cron_expression in platform_db.druid_reports_configuration submits a request for execution by inserting a record in  The list of reports are submitted for execution into the platform_db.job_request Cassandra table with the status=SUBMITTED and job_name=druid-reports.

Disable Report API:

  • Input:

...