singlestoredb.management.job.Execution

class singlestoredb.management.job.Execution(execution_id: str, job_id: str, status: Status, scheduled_start_time: datetime, started_at: datetime | None, finished_at: datetime | None, execution_number: int, snapshot_notebook_path: str | None)
__init__(execution_id: str, job_id: str, status: Status, scheduled_start_time: datetime, started_at: datetime | None, finished_at: datetime | None, execution_number: int, snapshot_notebook_path: str | None)

Methods

__init__(execution_id, job_id, status, ...)

from_dict(obj)

Construct an Execution from a dictionary of values.

Attributes

execution_id

job_id

status

snapshot_notebook_path

scheduled_start_time

started_at

finished_at

execution_number