Open tokarenko opened 1 year ago
I suppose the root cause is missing static dialectClass()
method as described here
I referenced with the other built-in drivers, they removed dialectClass
from their code, so I also remove those codes 🤣 . I think I should restore those lines of code.
Dear @panoti , did you restore dialectClass? I would be grateful if you could provide corresponding docker image for arangodb-cubejs-driver@0.1.x that I will use in production.
Dear Thanh, thank you for updating the driver and integrating my contributions! I am unable to get it working though...
arangodb-cubejs-driver@0.1.0 with cube:latest (0.33.41) and cube:v0.30.39 raises the following error when running any query via GUI:
Please find below my cube.js configuration for dual DB. It works with image: ghcr.io/panoti/cube:main. For v0.1.0 I commented lines with "Object.setPrototypeOf" that were needed for v0.0.5 to load the driver.