This product is not supported for your selected Datadog site. ().
このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください

gcp_dataform_release_config

ancestors

Type: UNORDERED_LIST_STRING

code_compilation_config

Type: STRUCT
Provider name: codeCompilationConfig
Description: Optional. If set, fields of code_compilation_config override the default compilation settings that are specified in dataform.json.

  • assertion_schema
    Type: STRING
    Provider name: assertionSchema
    Description: Optional. The default schema (BigQuery dataset ID) for assertions.
  • database_suffix
    Type: STRING
    Provider name: databaseSuffix
    Description: Optional. The suffix that should be appended to all database (Google Cloud project ID) names.
  • default_database
    Type: STRING
    Provider name: defaultDatabase
    Description: Optional. The default database (Google Cloud project ID).
  • default_location
    Type: STRING
    Provider name: defaultLocation
    Description: Optional. The default BigQuery location to use. Defaults to “US”. See the BigQuery docs for a full list of locations: https://cloud.google.com/bigquery/docs/locations.
  • default_notebook_runtime_options
    Type: STRUCT
    Provider name: defaultNotebookRuntimeOptions
    Description: Optional. The default notebook runtime options.
    • gcs_output_bucket
      Type: STRING
      Provider name: gcsOutputBucket
      Description: Optional. The Google Cloud Storage location to upload the result to. Format: gs://bucket-name.
  • default_schema
    Type: STRING
    Provider name: defaultSchema
    Description: Optional. The default schema (BigQuery dataset ID).
  • schema_suffix
    Type: STRING
    Provider name: schemaSuffix
    Description: Optional. The suffix that should be appended to all schema (BigQuery dataset ID) names.
  • table_prefix
    Type: STRING
    Provider name: tablePrefix
    Description: Optional. The prefix that should be prepended to all table names.

cron_schedule

Type: STRING
Provider name: cronSchedule
Description: Optional. Optional schedule (in cron format) for automatic creation of compilation results.

disabled

Type: BOOLEAN
Provider name: disabled
Description: Optional. Disables automatic creation of compilation results.

git_commitish

Type: STRING
Provider name: gitCommitish
Description: Required. 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_metadata

Type: STRING
Provider name: internalMetadata
Description: 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.

labels

Type: UNORDERED_LIST_STRING

name

Type: STRING
Provider name: name
Description: Identifier. The release config’s name.

organization_id

Type: STRING

parent

Type: STRING

project_id

Type: STRING

project_number

Type: STRING

recent_scheduled_release_records

Type: UNORDERED_LIST_STRUCT
Provider name: recentScheduledReleaseRecords
Description: Output 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.

  • compilation_result
    Type: STRING
    Provider name: compilationResult
    Description: The name of the created compilation result, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/compilationResults/*.
  • error_status
    Type: STRUCT
    Provider name: errorStatus
    Description: The error status encountered upon this attempt to create the compilation result, if the attempt was unsuccessful.
    • code
      Type: INT32
      Provider name: code
      Description: The status code, which should be an enum value of google.rpc.Code.
    • message
      Type: STRING
      Provider name: message
      Description: A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
  • release_time
    Type: TIMESTAMP
    Provider name: releaseTime
    Description: Output only. The timestamp of this release attempt.

release_compilation_result

Type: STRING
Provider name: releaseCompilationResult
Description: Optional. 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_name

Type: STRING

tags

Type: UNORDERED_LIST_STRING

time_zone

Type: STRING
Provider name: timeZone
Description: Optional. 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.