Maksym Brodin

Results 2 issues of Maksym Brodin

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Currently [runtime configuration file](https://cortexmetrics.io/docs/configuration/arguments/#runtime-configuration-file)...

keepalive

Would be nice to have a feature to define a Dataset using a dataclass as a source. So, instead of ``` DUser = Dataset["id": int, "name": str] def process1(data: DUser):...