derrickaw commented on code in PR #35692: URL: https://github.com/apache/beam/pull/35692#discussion_r2243171451
########## sdks/python/apache_beam/yaml/tests/create.yaml: ########## @@ -81,3 +81,37 @@ pipelines: - {sdk: MapReduce, year: 2004} - {sdk: Flume} - {sdk: MillWheel, year: 2008} + + # Simple Create with explicit null value + - pipeline: + type: chain + transforms: + - type: Create + config: + elements: + - {sdk: MapReduce, year: 2004} Review Comment: Discussed with @damccorm offline and he thought it was a good idea with adding an output schema to create and most other transforms with bad records going to error handling. I will open an issue for this (#35742). Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org