Skip to content

Commit

Permalink
Update pipeline_ops.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chmstimoteo authored Oct 28, 2024
1 parent b8fe773 commit b4d0fa7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/pipelines/pipeline_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,7 @@ def schedule_pipeline(
pipeline_job = aiplatform.PipelineJob(
template_path=template_path,
pipeline_root=pipeline_root,
location=region,
display_name=f"{pipeline_name}",
)

Expand Down Expand Up @@ -903,4 +904,4 @@ def run_pipeline(
if (pl.has_failed):
raise RuntimeError("Pipeline execution failed")
return pl


0 comments on commit b4d0fa7

Please sign in to comment.