What I'm fixing here is that `g.user.get_id()` returns `None` when using the token auth mechanism on our fork. int(None) raises.
I can change this to `g.user.get_id() is not None` [ Full content available at: https://github.com/apache/incubator-superset/pull/5730 ] This message was relayed via gitbox.apache.org for [email protected]
