qieke
qieke
it seems the json.dumps method error becase of wrong driver type when using Apache Spark. I modified the code as below and the response is right when click edit databse...
> I just tested this with the pyhive driver and didn't have any errors: > > ``` > from sqlalchemy.engine.url import make_url > make_url('hive://').get_driver_name() > ``` > > returns `b'thrift'`...
> Hey guys, > > I also had the same issue in both versions `1.5.1` and `2.0.0`. > > **BUT** after inspecting the code (specifically func `raise_for_dashboard_access` in branch `2.0`...