We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc24213 commit 07c8bc4Copy full SHA for 07c8bc4
1 file changed
sdks/python/apache_beam/yaml/yaml_errors.md
@@ -67,6 +67,10 @@ Note that with `error_handling` declared, `MapToFields.my_error_output`
67
logging the bad records to stdout would be sufficient (though not recommended
68
for a robust pipeline).
69
70
+Note also that the exact format of the error outputs is still being finalized.
71
+They can be safely printed and written to outputs, but their precise schema
72
+may change in a future version of Beam and should not yet be depended on.
73
+
74
Some transforms allow for extra arguments in their error_handling config, e.g.
75
for Python functions one can give a `threshold` which limits the relative number
76
of records that can be bad before considering the entire pipeline a failure
0 commit comments