renku-python icon indicating copy to clipboard operation
renku-python copied to clipboard

A Python library for the Renku collaborative data science platform.

Results 172 renku-python issues
Sort by recently updated
recently updated
newest added

We currently have `ISessionProvider` in `renku.domain_model` and implementations of it in `renku.core.session` that get used as plugins. While the concept of a "session" is renku specific and makes sense to...

refactor

We currently show `version` by default in `renku dataset ls` and `renku dataset show`, we should hide this in `ls` by default and show tags in `ls` and `show` by...

As a Renku user I want to be able to see all saved credentials by Renku so that I can delete them. ## Acceptance Criteria - A `credentials ls` command...

Sentry has some features that help break down error occurrence per release - we should set this in the SDK init (see [docs](https://docs.sentry.io/platforms/python/configuration/releases/))

If a user wants to start a remote session but the local repository is dirty, they are forced to commit and push: ``` renku session start -p renkulab You have...

Listing running sessions should not assume I want to or can be logged in: ``` renku session list Error: Please run the renku login command to authenticate with Renku or...

**Describe the bug** A user tried to use `renku session start` on Windows using WSL2, and the printed message did not contain the URL as it was supposed to. ```...

bug

In #2614, we've changed namespaces to better match renku-python architecture. We should do the same for tests, similar to the following: ``` . ├── commands │   ├── providers │   │  ...

enhancement

For installing renku in HPC environments with controlled installations, it would be beneficial for admins if we could distribute a gzipped software bundle with all dependencies together with an [easybuild...

We should theoretically work with git lfs 3.x again, so we should bump the version in our Docker file and the Github Actions (for Macos) and then seriously test that...