Class UncommittedFileChange (0.5.9)

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

Represents the Git state of a file with uncommitted changes.

Attributes

NameDescription
path str
The file's full path including filename, relative to the workspace root.
state google.cloud.dataform_v1beta1.types.FetchFileGitStatusesResponse.UncommittedFileChange.State
Indicates the status of the file.

Classes

State

State(value)

Indicates the status of an uncommitted file change.

Values: STATE_UNSPECIFIED (0): Default value. This value is unused. ADDED (1): The file has been newly added. DELETED (2): The file has been deleted. MODIFIED (3): The file has been modified. HAS_CONFLICTS (4): The file contains merge conflicts.