Skip to content

Commit

Permalink
fix: Pass the PipelineJob credentials to `create_gcs_bucket_for_pipel…
Browse files Browse the repository at this point in the history
…ine_artifacts_if_it_does_not_exist` (#1537)

Co-authored-by: Sara Robinson <[email protected]>
  • Loading branch information
Ark-kun and sararob authored Jul 25, 2022
1 parent be0b7e1 commit b53e2b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/cloud/aiplatform/pipeline_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ def submit(
service_account=self._gca_resource.service_account,
project=self.project,
location=self.location,
credentials=self.credentials,
)

# Prevents logs from being supressed on TFX pipelines
Expand Down

0 comments on commit b53e2b5

Please sign in to comment.