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

Assume a user does the following: ```bash renku run --name step1 -- echo \"some\nrandom\ncontent\" > input1 renku run --name step2 -- wc -l input1 > output1 renku workflow compose combined1...

Adds some more pre-commit checks, updates revisions of checks, properly formats file New checks are: - check filename case for python files (`MyPythonFile.py` is invalid) - ignore helmcharts in check-yaml...

``` $ cd /somefolder/ $ renku init subfolder ``` creates git hooks in `/somefolder/.git/hooks`, NOT `/somefolder/subfolder/.git/hooks`, but the project is otherwise correctly created in `subfolder`

bug

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 4.6.0 to 5.0.2. Release notes Sourced from amannn/action-semantic-pull-request's releases. v5.0.2 5.0.2 (2022-10-17) Bug Fixes Upgrade @actions/core to avoid deprecation warnings (#208) (91f4126) v5.0.1 5.0.1 (2022-10-14) Bug Fixes...

dependencies
github_actions

Currently we export metrics only from the redis queue. But there are no metrics on the requests and response times form the core service. It would be nice to have...

LocalClient is pretty much a horrible god object at the moment, being composed of several mixins that directly access properties of the other mixins, so they can only work if...

Epic
needs design

/deploy #persist

documentation:pending

Moves everything over to work with poetry 1.2.0b3. This is a beta version but we've waited long enough for a proper 1.2 release and the non-deterministic lock files are taking...

do-not-merge

# Description add templated variable support for PlanFactory

do-not-merge