arnava2004 commented on code in PR #35435: URL: https://github.com/apache/beam/pull/35435#discussion_r2214435792
########## 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: + ##Not exposing Read yet +# 'ReadFromBigTable': +# project: 'project_id' +# instance: 'instance_id' +# table: 'table_id' + 'WriteToBigTable': + project: 'project_id' + instance: 'instance_id' + table: 'table_id' + underlying_provider: + type: beamJar + transforms: + 'ReadFromBigTable': 'beam:schematransform:org.apache.beam:bigtable_read:v1' Review Comment: any more updates ahmed? -- 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