wcs-olap/tests
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
..
conftest.py ignore fields with duplicated varname (#26207) 2019-10-03 17:52:30 +02:00
olap.model feeder: define all joins (#38066) 2019-12-04 10:17:24 +01:00
test_wcs.py ignore fields with duplicated varname (#26207) 2019-10-03 17:52:30 +02:00
utils.py re-use dimension tables from previous run (#30752) 2019-03-01 14:15:36 +01:00