Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[backend] pipeline_version_id included in docs but does not exist on actual runs #10451

Closed
Gkrumbach07 opened this issue Feb 6, 2024 · 0 comments · Fixed by kubeflow/website#3694

Comments

@Gkrumbach07
Copy link

Gkrumbach07 commented Feb 6, 2024

Environment

  • KFP version: v2

Steps to reproduce

The v2 KFP api docs have some incorrect params. On runs and recurring runs, the api claims that a pipeline_version_id will be retuned but when fetching runs, it does not exist.

  1. create a pipeline run
  2. get the pipeline run data
  3. see that there is no pipeline_version_id param included

Expected result

The docs to not include pipeline_version_id as param.

Materials and Reference

sample run

{
    "experiment_id": "a9947051-ead5-480c-acca-fd26ae14b81b",
    "run_id": "07fcea3b-0507-4951-978e-19df4cdaa686",
    "display_name": "TEST RUN",
    "storage_state": "AVAILABLE",
    "pipeline_version_reference": {
        "pipeline_id": "ed99bd96-ffa1-4656-bf97-9be14f77827e",
        "pipeline_version_id": "71735974-cd5e-4ae2-98d1-a0adee019195"
    },
    "runtime_config": { },
    "service_account": "pipeline-runner-dspa",
    "created_at": "2024-02-05T21:26:07Z",
    "scheduled_at": "2024-02-05T21:26:07Z",
    "finished_at": "1970-01-01T00:00:00Z",
    "state": "RUNNING",
    "run_details": {  }
    "state_history": [ ]
}

API docs
https://www.kubeflow.org/docs/components/pipelines/v2/reference/api/kubeflow-pipeline-api-spec/#/definitions/v2beta1Run


Impacted by this bug? Give it a 👍.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
1 participant