Versions Compared

Key

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

...

Code Block
themeFadeToGrey
borderStylesolid
   # Schema of table
   TABLE platform_db.druid_reports_configuration (
     report_id text, // hash of report_id and report_interval
     report_name text,
     report_interval text,
     query_engine text,
     cron_expression text,
     status text,
     report_query_location text,
     report_output_format text,
     report_output_location text,
     report_output_filename text,
     report_output_file_pattern list<text>,
     report_last_generated timestamp,
     PRIMARY KEY (report_id) );
   )

...