Jan Katins
Jan Katins
I've recently build a few functions to work with nested structures coming from a JSON web API. ``` python data = {"ID1":{"result":{"name":"Jan Schulz"}}, "ID2":{"result": {"name":"Another name", "bday":"1.1.2000"}}} print(find_in_structure(data, "Schulz"), get_from_structure(data,...
I have lots of json files with one object per line. It would be awesome if i could interactively get all values in a certain path, e.g. `key1.key2[1]` would give...
## Describe the bug Fedora 34 sets up PAM with support for fingerprint support in PAM. That means I can put my fingerprint on the reader and sudo will let...
I had the need for this, maybe you are interested in this (if not please close): ``` library(grid) library(gridExtra) library(gtable) library(ggplot2) GeomTable
K8s sends a SIGTERM followed by a waiting period and SIGKILL. The pipeline runner currently only handles SIGINT (ctrl-c, via the exception python raises for this key combo which triggers...
I found two places where such things showed up: * when the ctrl+c happened in system stats process * when an error happened in the event handler (run_pipeline) and the...
Refactors the file reader and adds s3 file reader as an alternative to local file reads. New commands: * `data_integration.parallel_tasks.files.ParallelReadS3File`: reads in a whole bucket * `data_integration.commands.files.ReadS3File`: reads a single...
It would be nice in certain debugging scenarios to actually know the filename (or any parts in that filename) in the mapper scripts (e.g. to write it to the row...
### Is your feature request related to a problem? Please describe. It would be nice to be able to run boostrap and rely on the YADM_* env variables (as in...