apache_beam.yaml.yaml_mapping module
This module defines the basic MapToFields operation.
- apache_beam.yaml.yaml_mapping.normalize_mapping(spec)[source]
Normalizes various fields for mapping transforms.
- apache_beam.yaml.yaml_mapping.validate_generic_expression(expr_dict: dict, input_fields: Collection[str], allow_cmp: bool, error_field: str) None [source]
- apache_beam.yaml.yaml_mapping.validate_generic_expressions(base_type, config, input_pcolls) None [source]
- class apache_beam.yaml.yaml_mapping.ErrorHandlingConfig(output: str)[source]
Bases:
NamedTuple
Class to define Error Handling parameters.
- Parameters:
output (str) – Name to use for the output error collection
Create new instance of ErrorHandlingConfig(output,)