ahmedabu98 opened a new issue, #36171: URL: https://github.com/apache/beam/issues/36171
### What would you like to happen? Support exists for Java. We should extend this support to the Python's xlang Storage Write API method. We just need to extend a bigLakeConfiguration option to the [SchemaTransform](https://github.com/apache/beam/blob/d0e48e202403c2b1b96d8b170a6e575682332a31/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/providers/BigQueryStorageWriteApiSchemaTransformProvider.java#L321) and its [configuration](https://github.com/apache/beam/blob/d0e48e202403c2b1b96d8b170a6e575682332a31/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/providers/BigQueryWriteConfiguration.java#L41), and add it to the Python [constructor](https://github.com/apache/beam/blob/d0e48e202403c2b1b96d8b170a6e575682332a31/sdks/python/apache_beam/io/gcp/bigquery.py#L2615) as well. __________ If needed, we can also look into supporting it in the native Python write methods. ### Issue Priority Priority: 2 (default / most feature requests should be filed as P2) ### Issue Components - [ ] Component: Python SDK - [ ] Component: Java SDK - [ ] Component: Go SDK - [ ] Component: Typescript SDK - [ ] Component: IO connector - [ ] Component: Beam YAML - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Infrastructure - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Samza Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [ ] Component: Google Cloud Dataflow Runner -- 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]
