RemoteRunEvent (autotransform.event.remoterun)

The RemoteRunEvent is triggered whenever an AutoTransformSchema is triggered for a run on remote infrastructure.

class autotransform.event.remoterun.RemoteRunEvent(data: TData)

Bases: Event[RemoteRunEventData]

A RemoteRunEvent is triggered whenever an AutoTransformSchema is triggered for a run on remote infrastructure.

static get_logging_level() LoggingLevel

The logging level for events of this type.

Returns

The logging detail required to log this event.

Return type

LoggingLevel

static get_type() EventType

Used to represent the type of Event, output to logs.

Returns

The unique type associated with this Event.

Return type

EventType

class autotransform.event.remoterun.RemoteRunEventData

Bases: TypedDict

The data for a RemoteRunEvent. Contains the information that will be logged when the event is triggered.

ref: str
schema_name: str