Class CommitLogEntry (0.5.9)

CommitLogEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a single commit log.

Attributes

NameDescription
commit_time google.protobuf.timestamp_pb2.Timestamp
Commit timestamp.
commit_sha str
The commit SHA for this commit log entry.
author google.cloud.dataform_v1beta1.types.CommitAuthor
The commit author for this commit log entry.
commit_message str
The commit message for this commit log entry.