apache_beam.yaml.yaml_errors module

class apache_beam.yaml.yaml_errors.ErrorHandlingConfig(output: str)[source]

Bases: NamedTuple

This option specifies whether and where to output error rows.

Parameters:

output (str) – Name to use for the output error collection

Create new instance of ErrorHandlingConfig(output,)

output: str

Alias for field number 0

apache_beam.yaml.yaml_errors.exception_handling_args(error_handling_spec)[source]
apache_beam.yaml.yaml_errors.map_errors_to_standard_format(input_type)[source]
apache_beam.yaml.yaml_errors.maybe_with_exception_handling(inner_expand)[source]
apache_beam.yaml.yaml_errors.maybe_with_exception_handling_transform_fn(transform_fn)[source]