Skip to content

Commit 07c8bc4

Browse files
committed
[YAML] Note about error output schemas.
1 parent dc24213 commit 07c8bc4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

sdks/python/apache_beam/yaml/yaml_errors.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ Note that with `error_handling` declared, `MapToFields.my_error_output`
6767
logging the bad records to stdout would be sufficient (though not recommended
6868
for a robust pipeline).
6969

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+
7074
Some transforms allow for extra arguments in their error_handling config, e.g.
7175
for Python functions one can give a `threshold` which limits the relative number
7276
of records that can be bad before considering the entire pipeline a failure

0 commit comments

Comments
 (0)