Versions Compared

Key

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

...

Code Block
borderStylesolid
   # Schema of table
   TABLE platform_db.druid_reportreports_configconfiguration (
     report_id text,
     report_name text,
     report_interval text,
     query_engine text,
     executioncron_frequencyexpression text,
     is_enabled boolean,
     report_query_location text,
     report_output_format text,
     report_output_location text,
     report_output_filename text,
     PRIMARY KEY (report_id) );
   )

...

Job Scheduler Engine:

  • Input:

- druid_reportreports_config cassandra configuration cassandra table

  • Output:

- Based on executionon cron_frequency expression in platform_db.druid_reportreports_config submits configuration submits a request for execution by inserting a record in platform_db.job_request Cassandra table.

...

- The report will be disabled in the platform_db.druid_reportreports_config Cassandra configuration Cassandra table

Report Data Generator Data Product:

...

-  Report data file will be saved in Azure with specified format
platform_db.job_request table will be updated with job status and output file details will be updated in platform_db.druid_reportreports_configconfiguration

  • Output location and file format in Azure:

...