Skip to content

Commit

Permalink
Add a debug log for creating batch workloads in dataproc (#43265)
Browse files Browse the repository at this point in the history
  • Loading branch information
romsharon98 authored Oct 25, 2024
1 parent 1f4b306 commit b4363f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -999,6 +999,7 @@ def create_batch(
individual attempt.
:param metadata: Additional metadata that is provided to the method.
"""
self.log.debug("Creating batch: %s", batch)
client = self.get_batch_client(region)
parent = f"projects/{project_id}/regions/{region}"

Expand Down

0 comments on commit b4363f4

Please sign in to comment.