ahmedabu98 commented on code in PR #35435:
URL: https://github.com/apache/beam/pull/35435#discussion_r2214078562


##########
sdks/python/apache_beam/yaml/standard_io.yaml:
##########
@@ -371,3 +371,27 @@
         'WriteToTFRecord': 
'beam:schematransform:org.apache.beam:tfrecord_write:v1'
       config:
         gradle_target: 'sdks:java:io:expansion-service:shadowJar'
+
+#BigTable
+- type: renaming
+  transforms:
+    'ReadFromBigTable': 'ReadFromBigTable'
+    'WriteToBigTable': 'WriteToBigTable'
+  config:
+    mappings:
+      'ReadFromBigTable':
+        project: 'project_id'
+        instance: 'instance_id'
+        table: 'table_id'

Review Comment:
   Let's remove it too. It should not be exposed to users
   
   Do you mean IT tests are failing without it? How come?



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

Reply via email to