-
related: https://github.com/airbnb/caravel/pull/1029
-
During handling of the above exception, another exception occurred:
```
Traceback (most recent call last):
File "/usr/local/Python-3.5.2/lib/python3.5/site-packages/caravel/views.py", line 827, in …
-
`caravel` wants to run some looper processes. The naive way we are currently doing this just calls `looper cmd` on the command-line from `caravel`, like this:
## option 1
`caravel` -> `looper` -> …
-
we are using hacks in a few places, let's consolidate and handle active nav states in one place.
https://github.com/airbnb/caravel/pull/1122/files?diff=split#diff-cda789efd98afa25bee0f51555357647R26
-
if you specify a `subproject` that alters the `metadata.output_dir`, activating `subproject` still uses the primary `output_dir` and does not respect the modification expected by the subproject.
-
long-term idea:
we could think about connecting to either a mysql server or to google spreadsheets using [gspread](https://github.com/burnash/gspread), for updating run status, etc.
-
I would be interested in some functionality to group results that cannot be show in some "others" category (could be enabled with a checkbox on the slice).
This could be done at query level. Instead …
-
comparing two "identical" `Project`s produces misleading results:
```
In [6]: cfg="/home/mjs5kd/code/example_peps/example_subprojects2/project_confi
...: g.yaml"
In [8]: p1=peppy.Project(cfg)…
-
My dataset has no notion of time, so when I ingested it into Druid I added a mock timestamp to all rows, as suggested in the tutorial (http://druid.io/docs/latest/tutorials/tutorial-batch.html).
Cara…
-
Do we want the paths in this file
https://github.com/pepkit/caravel/blob/391b7f78b5afcb77a085231fa9a16df0abf8cb34/example_caravel.yaml#L1-L2
to be relative to the location of the file or relativ…