Miki Tebeka
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...
We'd like to have users and have quotas & premissions per user
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...
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...
We like to have the user specify where some input parameters come from. See - `kubeflow` input types - `mlflow` path type - luigi - pytest.mark.parametrize
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`...
`requests` is [pretty slow](https://github.com/svanoort/python-client-benchmarks) doing HTTP calls. Consider replacing it with `pycurl` or build-in `urlopen`
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...