[Python Data Source] Is High order function call not supported? · Issue #1539 · getredash/redash

Issue Summary Hello. I use python datasource. This is a example. def hoge(): print 'hoge' def fuga(): print 'fuga' hoge() fuga() I got a error Error running query: <type 'exceptions.NameError'> glo...</type>