solarforecastarbiter.io.api.APISession.post_raw_report

APISession.post_raw_report(report_id, raw_report, status='complete')[source]

Update the report with the raw report and metrics

Parameters:
  • report_id (str) – ID of the report to update
  • raw_report (datamodel.RawReport) – The raw report object to add to the report
  • status (str, default 'complete') – The new status of the report