Leo Schick

Results 66 issues of Leo Schick

In WIP feature discussion in #68

The implementation of the storage module from @ice1e0 has been merged into the master branch. I see this as a breaking change and suggest to publish this therefore in the...

feat

Currently mara pipelines are always executed locally. But I would like to have an option to execute it sometimes somewhere else e.g. in another environment where other ressources are closer...

feat

I plan to add a new `HttpRequestCommand` which shall run a HTTP/HTTPS command via [curl](https://everything.curl.dev/). It should keep the output clean (using option `-s`) and fail when the request returns...

feat

I would wish an option in the cli command `flask mara_pipelines.ui.run` to override variables. **Example:** I have a `app.config.py` file: ``` py from enum import Enum class ProcessingMode(Enum): FULL =...

feat

https://mara-pipelines.readthedocs.io/

Mara collects system statistic information (e.g. CPU, Disk, Memory) when a pipeline is executed. This is a collection ticket of things which should be redesigned in this logic. * [x]...

With version 3 the package `data_integration` as been renamed to `mara-pipelines` but the internal tables are still named `data_integration_*`. I suggest to rename the tables to `pipeline_*` in the next...