gluish icon indicating copy to clipboard operation
gluish copied to clipboard

Utils around luigi.

Results 3 gluish issues
Sort by recently updated
recently updated
newest added

Hi, Goodtables.io is going to be deprecated in 2022, we, therefore, recommend migrating to the new Frictionless Repository (https://repository.frictionlessdata.io/) continuous data validation system provided by Frictionless Data. The core difference...

e.g. `cmd="esbulk` -server {server} -purge -mapping '\{\"mappings\":\{\"{type}\":\{\"properties\":\{\"location\":\{\"type\":\"geo_point\"\}\}}\}\}' -index {index} -type {type} -w {workers} -id id -verbose {file}.ldj".format(**self.config) `output=shellout(cmd)` leads to: Traceback (most recent call last): File "/home/metadata/.local/lib/python3.5/site-packages/luigi/worker.py", line 194, in...

gluish 0.1.X contains both luigi-related and non-luigi-related code. For 0.2 _only luigi-related_ code should stay in the package: Keep: - task - format (TSV) - intervals - database helpers (seems...