metabase-datomic icon indicating copy to clipboard operation
metabase-datomic copied to clipboard

Datomic driver for Metabase

Results 5 metabase-datomic issues
Sort by recently updated
recently updated
newest added

Probably related to https://github.com/lambdaisland/metabase-datomic/issues/3, but I'm hitting the following error trying to build an uberjar for datomic pro ``` lein with-profiles +datomic-pro uberjar Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8 -Duser.timezone=UTC If there...

Having the mbrainz-1968-1973 loaded and connected to and when x-raying any table, no charts could be displayed. The log output shows: ``` "No method in multimethod 'field-lvar' for dispatch value:...

that's all the information I get from Metabase... connecting to the same DB from `lein repl` works fine. DB URI from host: — `datomic:free://localhost:4334/mbrainz-1968-1973` DB URI passed to setup page...

I have the datomic pro version building from source with no issues however when I try to connect to a url like `datomic:sql://test?jdbc:postgresql://db.example.com:5432/datomic?user=datomic&password=datomic` or `datomic:dev://localhost:4334/test` I get an exception trying...

Things are currently broken due to https://github.com/metabase/metabase/pull/10011 and https://github.com/metabase/metabase/pull/10010 . https://github.com/metabase/metabase/pull/10010 is easy to fix (just some renames), https://github.com/metabase/metabase/pull/10011 is going to be a pain, as we need to completely...