-
Bug
-
Resolution: Done
-
Normal
-
None
-
None
-
None
-
1
-
False
-
None
-
False
-
-
Triggering the report/process/openshift_on_cloud masu endpoint leads to:
AttributeError 'OCPCloudParquetReportProcessor' object has no attribute 'report_status'
https://glitchtip.devshift.net/insights/issues/74568
This is due to the way this endpoint works. It does not pass a valid manifest-id into the processor, so we cannot get a report_status. We should guard against cases where there is no report_status so that this endpoint can succeed.