CompilationResult
import type { CompilationResult } from "https://googleapis.deno.dev/v1/dataform:v1beta1.ts";
Represents the result of compiling a Dataform project.
§Properties
Immutable. If set, fields of code_compilation_config
override the
default compilation settings that are specified in dataform.json.
Output only. Errors encountered during project compilation.
Output only. The timestamp of when the compilation result was created.
Output only. Only set if the repository has a KMS Key.
Output only. The version of @dataform/core
that was used for
compilation.
Immutable. Git commit/tag/branch name at which the repository should be
compiled. Must exist in the remote repository. Examples: - a commit SHA:
12ade345
- a tag: tag1
- a branch name: branch1
Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.
Immutable. The name of the release config to compile. Must be in the
format projects/*\/locations/*\/repositories/*\/releaseConfigs/*
.