onaio / superset-patchup

Superset-patchup is a python package that "patches" Superset to add custom functionality that we find to be useful
https://canopyinsights.com
Apache License 2.0
8 stars 7 forks source link

Add support for OpenSRP v2 user details #52

Closed moshthepitt closed 4 years ago

moshthepitt commented 4 years ago

OpenSRP v2 returns the username as "username" instead of the olf "userName". This commit adds support for OpenSRP v2, while keeping support for the old version.

Finally, this PR adds additional settings for isort, flake8 and pycodestyle.