Class CompilationError (0.2.2)

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

An error encountered when attempting to compile a Dataform project.

Attributes

NameDescription
message str
Output only. The error's top level message.
stack str
Output only. The error's full stack trace.
path str
Output only. The path of the file where this error occurred, if available, relative to the project root.
action_target google.cloud.dataform_v1beta1.types.Target
Output only. The identifier of the action where this error occurred, if available.

Inheritance

builtins.object > proto.message.Message > CompilationError