Skip to content

Commit b53e2b5

Browse files
Ark-kunsararob
andauthored
fix: Pass the PipelineJob credentials to create_gcs_bucket_for_pipeline_artifacts_if_it_does_not_exist (#1537)
Co-authored-by: Sara Robinson <[email protected]>
1 parent be0b7e1 commit b53e2b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/cloud/aiplatform/pipeline_jobs.py

+1
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ def submit(
348348
service_account=self._gca_resource.service_account,
349349
project=self.project,
350350
location=self.location,
351+
credentials=self.credentials,
351352
)
352353

353354
# Prevents logs from being supressed on TFX pipelines

0 commit comments

Comments
 (0)