partialFailureBigquerySink property

BigQueryDestination? partialFailureBigquerySink
final

The BigQuery destination to write partial failures to. It should be a bigquery table resource name (e.g. "bq://projectId.bqDatasetId.bqTableId"). The dataset must exist. If the table does not exist, it will be created with the expected schema. If the table exists, the schema will be validated and data will be added to this existing table. Deprecated. Prefer to use import_result_bq_sink.

Implementation

final BigQueryDestination? partialFailureBigquerySink;