Skip to content

Commit 281c171

Browse files
jaycee-licopybara-github
authored andcommitted
fix: Added credentials, project, and location on PipelineJobSchedule init
PiperOrigin-RevId: 662255895
1 parent 849e8d4 commit 281c171

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

google/cloud/aiplatform/pipeline_jobs.py

+3
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,9 @@ def create_schedule(
604604
pipeline_job_schedule = aiplatform.PipelineJobSchedule(
605605
pipeline_job=self,
606606
display_name=display_name,
607+
credentials=self.credentials,
608+
project=self.project,
609+
location=self.location,
607610
)
608611

609612
pipeline_job_schedule.create(

0 commit comments

Comments
 (0)