Dataform Release Config

This table represents the dataform_release_config resource from Google Cloud Platform.

gcp.dataform_release_config

Fields

TitleIDTypeData TypeDescription
_keycorestring
ancestorscorearray<string>
code_compilation_configcorejsonOptional. If set, fields of `code_compilation_config` override the default compilation settings that are specified in dataform.json.
cron_schedulecorestringOptional. Optional schedule (in cron format) for automatic creation of compilation results.
datadog_display_namecorestring
disabledcoreboolOptional. Disables automatic creation of compilation results.
git_commitishcorestringRequired. 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`
internal_metadatacorestringOutput 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.
labelscorearray<string>
namecorestringIdentifier. The release config's name.
organization_idcorestring
parentcorestring
project_idcorestring
project_numbercorestring
recent_scheduled_release_recordscorejsonOutput only. Records of the 10 most recent scheduled release attempts, ordered in descending order of `release_time`. Updated whenever automatic creation of a compilation result is triggered by cron_schedule.
release_compilation_resultcorestringOptional. The name of the currently released compilation result for this release config. This value is updated when a compilation result is automatically created from this release config (using cron_schedule), or when this resource is updated by API call (perhaps to roll back to an earlier release). The compilation result must have been created using this release config. Must be in the format `projects/*/locations/*/repositories/*/compilationResults/*`.
resource_namecorestring
tagscorehstore
time_zonecorestringOptional. Specifies the time zone to be used when interpreting cron_schedule. Must be a time zone name from the time zone database (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). If left unspecified, the default is UTC.