robertwb commented on code in PR #33184:
URL: https://github.com/apache/beam/pull/33184#discussion_r1868507191


##########
sdks/python/apache_beam/yaml/generate_yaml_docs.py:
##########
@@ -189,11 +189,11 @@ def io_grouping_key(transform_name):
     return 0, transform_name
 
 
-SKIP = [
-    'Combine',
-    'Filter',
-    'MapToFields',
-]
+# Deprecated providers
+SKIP = {
+    'ReadFromPubSubLite',
+    'WriteToPubSubLite',
+}

Review Comment:
   That makes a lot of sense actually. 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to