Oracle-ads version used
Description
missing 'return' here:
https://github.com/oracle/accelerated-data-science/blob/main/ads/pipeline/ads_pipeline_run.py#L758C9-L758C20
How to Reproduce
from ads.pipeline import PipelineRun
runs = PipelineRun.list(pipeline_id=pipeline.id)
 
What was Observed
always returns None
What was Expected
list of existing pipeline-runs
Version
2.12.9