gravitino.api.audit.Audit

class gravitino.api.audit.Audit

Bases: ABC

Represents the audit information of an entity.

__init__()

Methods

__init__()

create_time()

The creation time of the entity.

creator()

The creator of the entity.

last_modified_time()

Returns:

last_modifier()

Returns:

abstract create_time() datetime

The creation time of the entity.

Returns:

The creation time of the entity.

abstract creator() str

The creator of the entity.

Returns:

the creator of the entity.

abstract last_modified_time() datetime
Returns:

The last modified time of the entity.

abstract last_modifier() str
Returns:

The last modifier of the entity.