Compilation Result
Creates a new CompilationResult in a given project and location. Auto-naming is currently not supported for this resource. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.
Properties
Immutable. If set, fields of code_compilation_config
override the default compilation settings that are specified in dataform.json.
Errors encountered during project compilation.
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
Immutable. The name of the release config to compile. The release config's 'current_compilation_result' field will be updated to this compilation result. Must be in the format projects/*/locations/*/repositories/*/releaseConfigs/*
. ////
The fully resolved Git commit SHA of the code that was compiled. Not set for compilation results whose source is a workspace.