Skip to content

Conversation

@r4victor
Copy link
Collaborator

Closes #2402

The PR:

  • Replaces high-level Python runs API get_plan, exec_plan, submit methods with new methods get_run_plan, apply_plan, apply_configuration. Old methods are deprecated.
  • Makes Python API docs up-to-date.
  • Deprecates the /api/project/{project_name}/runs/submit endpoint.
  • Removes some old client code to handle backward compatibility with old servers.

* Introduce new client.runs methods: `get_run_plan`, `apply_plan`, `apply_configuration`
* Deprecate old client.runs methods.
* Improve Python API docs.
* Update examples and docs to use the new .
@r4victor r4victor merged commit 4744be8 into master Mar 14, 2025
24 checks passed
@r4victor r4victor deleted the pr_cleanup_python_api branch March 14, 2025 09:24
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.

Update Python API

3 participants