server.web.models.task_instance_error_log

Task Instance Error Log.

Classes

TaskInstanceErrorLog

The table in the database that logs the error messages for task_instances.

Module Contents

class server.web.models.task_instance_error_log.TaskInstanceErrorLog[source]

Bases: jobmon.server.web.models.Base

The table in the database that logs the error messages for task_instances.

__tablename__ = 'task_instance_error_log'[source]
to_wire() Tuple[source]

Serialize task instance error log object.

id: sqlalchemy.orm.Mapped[int][source]
task_instance_id[source]
error_time[source]
description: sqlalchemy.orm.Mapped[str][source]
task_instance[source]