ReportJobFuture

class ReportJobFuture(report_id, job_id, report_type, start_date, end_date)[source]

Report job future that monitors report status and results

Methods

__init__(report_id, job_id, report_type, start_date, end_date)[source]
done()[source]
Return type:

bool

Returns:

true if the report job is in the following states: “done”, “error”, or “cancelled”. Returns

false otherwise

result()[source]
Returns:

a Pandas DataFrame containing the results of the report job

status()[source]
Return type:

ReportStatus

Returns:

the status of the report job