Skip to content

Comments

feat: changed endpoint parameter name from experiment_run_id -> model…#185

Merged
vishpillai123 merged 2 commits intodevelopfrom
RenameEndpointParameter
Nov 17, 2025
Merged

feat: changed endpoint parameter name from experiment_run_id -> model…#185
vishpillai123 merged 2 commits intodevelopfrom
RenameEndpointParameter

Conversation

@Mesh-ach
Copy link
Collaborator

@Mesh-ach Mesh-ach commented Nov 17, 2025

feat: changed endpoint parameter name from experiment_run_id -> model…


job_run_id: str,
current_user: Annotated[BaseUser, Depends(get_current_active_user)],
sql_session: Annotated[Session, Depends(get_session)],
) -> List[dict[str, Any]]:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Were we running into type check failures here?

Copy link
Collaborator Author

@Mesh-ach Mesh-ach Nov 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No. But also, we haven't made much changes to this specific file, we've been pushing changes to models.py.

The check error makes sense though, because it returns either rows as a variable or raises an exception (returns nothing)

@vishpillai123 vishpillai123 merged commit 35510db into develop Nov 17, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants