renku-python
renku-python copied to clipboard
A Python library for the Renku collaborative data science platform.
I recently tried to migrate large files that should have been in LFS to LFS for a renku project. I came across a few limitations that were not obvious from...
## Describe the bug When using `renku session` to start a session locally, the user does not have permission to edit workflows that were created in online renku sessions. ##...
This is a reminder that poetry-dynamic-versioning is pinned in the `test_deploy.yml` CI workflows and in the Dockerfile. See #2920 This should be updated or preferrably undone when the problems with...
In theory it should be possible to check the checksum and path of untracked/dirty files in the repo before a `renku run` and compare those to the state after the...
We currently don't have support for getting information about Plans and Activities in `renku.api` but with users using those things more, having API support for them becomes more important. Some...
**Is your feature request related to a problem? Please describe.** `renku run` doesn't handle this case `renku run MY_ENV=123 ` This was reported in #516 by @vfdev-5. **Describe the solution...
Once we have to add a migration to metadata 10, there are some things that need to be cleaned up. This issue is meant to keep track of them. -...
Template metadata is stored in the `Project` class in various fields. We should refactor it to have all template metadata in a single field. This requires a metadata migration.
We should have a `renku plugin add ` command that adds a plugin to the project metadata as being part of a project. We should check that the plugin actually...
**Describe the bug** If I try to invoke some of the APIs exposed by the service that allows specifying a branch (E.G. `GET /config.show`), and I put a non-existing branch...