Graham Hukill
Graham Hukill
Adds optional delimiter when writing as "Kibana style". Where this formerly would default to a comma `,`, this would provide a runtime parameter `-kd` or `--kibana-delimiter` that would accept a...
Currently, when the Kibana style is flagged with `-k`, the delimiter used is a comma `,` e.g.: ``` History,Fiction ``` However, this presents a problem when other columns may have...
Perhaps this is obvious to others, but this took a little investigating to figure out why tasks were not picked up. We had been using the [`AppConfig`](https://docs.djangoproject.com/en/2.0/ref/applications/#django.apps.AppConfig) to explicitly configure...
@csev - seeing some unusual errors coming back from the class Elasticsearch instance. @arwhyte suggested creating an issue here. When attempting an autograder, seeing this: ```Error: cURL error 7: Failed...
Looks as though issue #9 may have popped up again in cyavro version `0.7.0`? ``` /opt/miniconda/envs/combine/lib/python3.5/site-packages/cyavro/__init__.py in (.0) 499 elif issubclass(tp, dict): 500 # get value element type --> 501...
I just started using cyavro today, and it's wonderful so far. It precisely fills a need to parse a directory of avro files -- quickly -- into a panda dataframe....