BigQueryExportResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The result of BigQuery export post scan action.
Attributes | |
---|---|
Name | Description |
state |
google.cloud.dataplex_v1.types.DataQualityResult.PostScanActionsResult.BigQueryExportResult.State
Output only. Execution state for the BigQuery exporting. |
message |
str
Output only. Additional information about the BigQuery exporting. |
Classes
State
State(value)
Execution state for the exporting.
Values: STATE_UNSPECIFIED (0): The exporting state is unspecified. SUCCEEDED (1): The exporting completed successfully. FAILED (2): The exporting is no longer running due to an error. SKIPPED (3): The exporting is skipped due to no valid scan result to export (usually caused by scan failed).