You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "BjornPrime (via GitHub)" <gi...@apache.org> on 2023/03/01 16:36:58 UTC

[GitHub] [beam] BjornPrime opened a new issue, #25679: Replace dataflow_v1b3_client with a Google Cloud Python client

BjornPrime opened a new issue, #25679:
URL: https://github.com/apache/beam/issues/25679

   ### What would you like to happen?
   
   Replace references to the apitools-generated Dataflow client (sdks/python/apache_beam/runners/dataflow/internal/clients/dataflow) with analogous calls to [Google Cloud Python](https://github.com/googleapis/google-cloud-python) clients. [Google Cloud Dataflow](https://github.com/googleapis/python-dataflow-client) is promising however it is still in beta as of this writing.
   
   Please ensure that all client references are being thoroughly tested before swapping the GCP client in for the old client. The job is done when the old client can be safely deleted from Beam without impacting functionality.
   
   Background:
   
   apitools is deprecated and continued reliance on it is complicating Beam's dependency management. In order to remove it we need to replace the clients that it currently generates with [Google Cloud Python](https://github.com/googleapis/google-cloud-python) clients, which are being actively maintained (and should be reasonably up-to-date in google3, though please confirm for any particular libraries you end up using.)
   
   ### Issue Priority
   
   Priority: 2 (default / most feature requests should be filed as P2)
   
   ### Issue Components
   
   - [X] Component: Python SDK
   - [ ] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] 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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org