View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport (google_api_dataplex v0.20.0)
The configuration of BigQuery export post scan action.
Attributes
-
resultsTable
(type:String.t
, default:nil
) - Optional. The BigQuery table to export DataQualityScan results to. Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport{ resultsTable: String.t() | nil }