Dataform Workflow Invocation

This table represents the dataform_workflow_invocation resource from Google Cloud Platform.

gcp.dataform_workflow_invocation

Fields

TitleIDTypeData TypeDescription
_keycorestring
ancestorscorearray<string>
compilation_resultcorestringImmutable. The name of the compilation result to use for this invocation. Must be in the format `projects/*/locations/*/repositories/*/compilationResults/*`.
data_encryption_statecorejsonOutput only. Only set if the repository has a KMS Key.
datadog_display_namecorestring
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.
invocation_configcorejsonImmutable. If left unset, a default InvocationConfig will be used.
invocation_timingcorejsonOutput only. This workflow invocation's timing details.
labelscorearray<string>
namecorestringOutput only. The workflow invocation's name.
organization_idcorestring
parentcorestring
project_idcorestring
project_numbercorestring
resolved_compilation_resultcorestringOutput only. The resolved compilation result that was used to create this invocation. Will be in the format `projects/*/locations/*/repositories/*/compilationResults/*`.
resource_namecorestring
statecorestringOutput only. This workflow invocation's current state. Possible values: ['STATE_UNSPECIFIED', 'RUNNING', 'SUCCEEDED', 'CANCELLED', 'FAILED', 'CANCELING']. Values descriptions: ['Default value. This value is unused.', 'The workflow invocation is currently running.', 'The workflow invocation succeeded. A terminal state.', 'The workflow invocation was cancelled. A terminal state.', 'The workflow invocation failed. A terminal state.', 'The workflow invocation is being cancelled, but some actions are still running.']
tagscorehstore
workflow_configcorestringImmutable. The name of the workflow config to invoke. Must be in the format `projects/*/locations/*/repositories/*/workflowConfigs/*`.