Hi @jparmar,
FYI: For this particular case, the version of Django was involved in this issue. KPI is now using Python3 with Django 2.2 whereas KoBoCAT still uses Python2/Django 1.8 (a Python3/Django 2.2 version is coming though). Long story short: tables for PartialDigest were out of sync.
This is what we did to resolve the issue:
- KoBoCAT: https://github.com/kobotoolbox/kobocat/pull/613
- KPI: https://github.com/kobotoolbox/kpi/pull/2705
- Sync’ed
django_digest_partial_digesttable from KPI to KC.
But as @stephanealoo told you, you may face another issue.
