From 50904522a5c5b2bb0e3a7675f0479e52e8e21aa7 Mon Sep 17 00:00:00 2001 From: Jeffrey Kinard <jeff@thekinards.com> Date: Tue, 5 Dec 2023 15:39:50 -0500 Subject: [PATCH] [yaml] Unmark as experimental Signed-off-by: Jeffrey Kinard <jeff@thekinards.com> --- sdks/python/apache_beam/yaml/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sdks/python/apache_beam/yaml/README.md b/sdks/python/apache_beam/yaml/README.md index 247b42b6839a..e1528a8e4804 100644 --- a/sdks/python/apache_beam/yaml/README.md +++ b/sdks/python/apache_beam/yaml/README.md @@ -44,8 +44,9 @@ or consumption (e.g. a lineage analysis tool) and expect it to be more easily manipulated and semantically meaningful than the Beam protos themselves (which concern themselves more with execution). -It should be noted that everything here is still EXPERIMENTAL and subject -to change. Feedback is welcome at dev@apache.beam.org. +It should be noted that everything here is still under development, but any +features already included are considered stable. Feedback is welcome at +dev@apache.beam.org. ## Example pipelines