Miki Tebeka

Results 69 issues of Miki Tebeka

We'd like the ability to encrypt using private/public key. Basically a function that gets a dict and return the dict with all values encrypted. Provide an example on how to...

enhancement

We'd like to have users and have quotas & premissions per user

enhancement

Queries might return a lot of answers (run...), this will choke the UI. We'd like to add pagination to some queries in the database. Probably change the return value to...

enhancement

Currently when runnig tests, we have some files left over the source directory, we'd like them to be create elsewhere. Files/directories are: - chart - chart.html - dask-worker-space/ - dataset.csv...

enhancement

We like to have the user specify where some input parameters come from. See - `kubeflow` input types - `mlflow` path type - luigi - pytest.mark.parametrize

enhancement

Apart from what a function returns, we have `outputs` which are emitted via `mlrun` functions. We'd like to have a way to document these outputs (in docstring) and have `func_info`...

enhancement

`requests` is [pretty slow](https://github.com/svanoort/python-client-benchmarks) doing HTTP calls. Consider replacing it with `pycurl` or build-in `urlopen`

enhancement

We'd like a bi-directional way to communicate help Python YAML ### Python -> YAML Parse function docstring and populate YAML from it ### YAML -> Python Have a way to...

enhancement