Skip to content

Commit

Permalink
UPSTREAM: <carry>: feat: expose experiment id filter for jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Humair Khan <[email protected]>
  • Loading branch information
HumairAK committed Feb 9, 2024
1 parent a95e0a2 commit e3aad5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/apiserver/model/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ var jobAPIToModelFieldMap = map[string]string{
"created_at": "CreatedAtInSec",
"updated_at": "UpdatedAtInSec",
"description": "Description",
"experiment_id": "ExperimentUUID", // v2beta1 API
"pipeline_name": "PipelineName", // v2beta1 API
"pipeline_version_id": "PipelineVersionId", // v2beta1 API
"pipeline_id": "PipelineId", // v2beta1 API
Expand Down

0 comments on commit e3aad5b

Please sign in to comment.