wcs-olap/wcs_olap
Benjamin Dauvergne f806b9d675 feeder: define all joins (#38066)
* join with the dates table must be inner because we do not want to
see results for forms outside the dates table (every form must have a
receipt_time),
* all other joins must be left because form's schemas are dynamic and
dimension can be absent from older forms but we still want to count them.
2019-12-04 10:17:24 +01:00
..
__init__.py start of wcs olap importer 2016-01-09 22:06:12 +01:00
cmd.py misc: reduce default batch size to 500 items (#36077) 2019-09-15 11:22:53 +02:00
feeder.py feeder: define all joins (#38066) 2019-12-04 10:17:24 +01:00
signature.py start of wcs olap importer 2016-01-09 22:06:12 +01:00
tb.py wcs_olap: encode unicode value 2016-06-18 09:23:54 +02:00
utils.py wcs-olap: build a start schema from data exported by w.c.s. API 2016-05-19 11:13:12 +02:00
wcs_api.py misc: reduce default batch size to 500 items (#36077) 2019-09-15 11:22:53 +02:00