This product is not supported for your selected Datadog site. ().
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

gcp_dataform_workflow_config

ancestors

Type: UNORDERED_LIST_STRING

create_time

Type: TIMESTAMP
Provider name: createTime
Description: Output only. The timestamp of when the WorkflowConfig was created.

cron_schedule

Type: STRING
Provider name: cronSchedule
Description: Optional. Optional schedule (in cron format) for automatic execution of this workflow config.

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.

invocation_config

Type: STRUCT
Provider name: invocationConfig
Description: Optional. If left unset, a default InvocationConfig will be used.

  • fully_refresh_incremental_tables_enabled
    Type: BOOLEAN
    Provider name: fullyRefreshIncrementalTablesEnabled
    Description: Optional. When set to true, any incremental tables will be fully refreshed.
  • included_tags
    Type: UNORDERED_LIST_STRING
    Provider name: includedTags
    Description: Optional. The set of tags to include.
  • included_targets
    Type: UNORDERED_LIST_STRUCT
    Provider name: includedTargets
    Description: Optional. The set of action identifiers to include.
    • database
      Type: STRING
      Provider name: database
      Description: Optional. The action’s database (Google Cloud project ID) .
    • name
      Type: STRING
      Provider name: name
      Description: Optional. The action’s name, within database and schema.
    • schema
      Type: STRING
      Provider name: schema
      Description: Optional. The action’s schema (BigQuery dataset ID), within database.
  • service_account
    Type: STRING
    Provider name: serviceAccount
    Description: Optional. The service account to run workflow invocations under.
  • transitive_dependencies_included
    Type: BOOLEAN
    Provider name: transitiveDependenciesIncluded
    Description: Optional. When set to true, transitive dependencies of included actions will be executed.
  • transitive_dependents_included
    Type: BOOLEAN
    Provider name: transitiveDependentsIncluded
    Description: Optional. When set to true, transitive dependents of included actions will be executed.

labels

Type: UNORDERED_LIST_STRING

name

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

organization_id

Type: STRING

parent

Type: STRING

project_id

Type: STRING

project_number

Type: STRING

recent_scheduled_execution_records

Type: UNORDERED_LIST_STRUCT
Provider name: recentScheduledExecutionRecords
Description: Output only. Records of the 10 most recent scheduled execution attempts, ordered in descending order of execution_time. Updated whenever automatic creation of a workflow invocation is triggered by cron_schedule.

  • error_status
    Type: STRUCT
    Provider name: errorStatus
    Description: The error status encountered upon this attempt to create the workflow invocation, 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.
  • execution_time
    Type: TIMESTAMP
    Provider name: executionTime
    Description: Output only. The timestamp of this execution attempt.
  • workflow_invocation
    Type: STRING
    Provider name: workflowInvocation
    Description: The name of the created workflow invocation, if one was successfully created. Must be in the format projects/*/locations/*/repositories/*/workflowInvocations/*.

release_config

Type: STRING
Provider name: releaseConfig
Description: Required. The name of the release config whose release_compilation_result should be executed. Must be in the format projects/*/locations/*/repositories/*/releaseConfigs/*.

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.

update_time

Type: TIMESTAMP
Provider name: updateTime
Description: Output only. The timestamp of when the WorkflowConfig was last updated.