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

bug: List pipelines' response is not correct #963

Closed
EiffelFly opened this issue Jun 27, 2022 · 1 comment · Fixed by instill-ai/pipeline-backend#57 or #105
Closed

bug: List pipelines' response is not correct #963

EiffelFly opened this issue Jun 27, 2022 · 1 comment · Fixed by instill-ai/pipeline-backend#57 or #105

Comments

@EiffelFly
Copy link
Member

EiffelFly commented Jun 27, 2022

Context

Currently, when you call the pipeline backend to list all the pipelines /pipelines?view=VIEW_FULL the return data is not correct. You could observe the recipe is using uid but not the desired name!

{
    "pipelines": [
        {
            "name": "pipelines/test-pipeline",
            "uid": "9d5ad8a6-8915-445d-a934-37d587fc5a7b",
            "id": "test-pipeline",
            "description": "",
            "recipe": {
                "source": "source-connectors/2a589438-d077-44e3-b6d5-6d41fa187f48",
                "destination": "destination-connectors/da306e12-7219-458f-aa8e-6d6b96e1b873",
                "model_instances": [
                    "models/1a7b14bb-12c7-4ac8-80f3-e02a9abd162c/instances/e0beaf90-14f4-42d0-9b42-2253568f0b13"
                ]
            },
            "mode": "MODE_SYNC",
            "state": "STATE_ACTIVE",
            "user": "users/eff20d14-fcc8-4491-9c09-69e05fda4e44",
            "create_time": "2022-06-27T06:54:43.107068Z",
            "update_time": "2022-06-27T06:54:43.107068Z"
        }
    ],
    "next_page_token": "",
    "total_size": "1"
}
Copy link

linear bot commented May 19, 2024

@pinglin pinglin transferred this issue from instill-ai/community May 19, 2024
@pinglin pinglin removed their assignment May 19, 2024
@felixcorleone felixcorleone closed this as not planned Won't fix, can't repro, duplicate, stale May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
3 participants