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


##########
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:
   Instead of hiding these, can we just call out in the doc string that they're 
deprecated? Export from pubsublite is still a valid use case for a good chunk 
of users who are still using this



-- 
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