Feedback for documentation on Testing Beam pipeline The documentation is not at all detailed and is pretty shallow, hardly covering most concepts to effectively design test-suit for an enterprise level pipeline.
For example, some the missing information are – 1. How to test the pipeline when the PTransform outputs tuple tags 2. How to design a negative test case where PTransform throws an exception 3. How to examine the data of the PCollection in PAssert. Something better than containsInAnyOrder is required. Please note that the list is not exhaustive! URL - https://beam.apache.org/documentation/pipelines/test-your-pipeline/ Best, Falak