Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace cloudbuild_v1_client with Google Cloud Build client #25680

Open
1 of 15 tasks
BjornPrime opened this issue Mar 1, 2023 · 0 comments
Open
1 of 15 tasks

Replace cloudbuild_v1_client with Google Cloud Build client #25680

BjornPrime opened this issue Mar 1, 2023 · 0 comments

Comments

@BjornPrime
Copy link
Contributor

BjornPrime commented Mar 1, 2023

Replace references to the apitools-generated cloudbuild client (sdks/python/apache_beam/runners/dataflow/internal/clients/cloudbuild) with analogous calls to the Google Cloud Build client, supplementing with other Google Cloud Python clients if necessary.

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

Tracking issue: #19073

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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants