File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
sdks/python/apache_beam/yaml Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -165,9 +165,12 @@ def write_to_bigquery(
165165 Defaults to `{ BigQueryDisposition .WRITE_APPEND } `.
166166
167167 error_handling: If specified, should be a mapping giving an output into
168- which to emit records that failed to bet written to BigQuery, as
168+ which to emit records that failed to be written to BigQuery, as
169169 described at https://beam.apache.org/documentation/sdks/yaml-errors/
170170 Otherwise permanently failing records will cause pipeline failure.
171+ Note: error_handling requires the Storage Write API method and is not
172+ supported with File Loads (FILE_LOADS method). When error_handling is
173+ specified, the transform will automatically use STORAGE_WRITE_API.
171174 """
172175 class WriteToBigQueryHandlingErrors (beam .PTransform ):
173176 def default_label (self ):
You can’t perform that action at this time.
0 commit comments