This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-05-01
Channels
- # announcements (6)
- # babashka (8)
- # beginners (16)
- # calva (36)
- # clara (3)
- # clerk (6)
- # clj-commons (9)
- # clj-kondo (59)
- # clojure (174)
- # clojure-europe (13)
- # clojure-nl (1)
- # clojure-norway (3)
- # clojure-uk (7)
- # conjure (1)
- # cursive (44)
- # datomic (8)
- # events (1)
- # gratitude (1)
- # hyperfiddle (7)
- # introduce-yourself (1)
- # keechma (1)
- # london-clojurians (1)
- # missionary (2)
- # off-topic (20)
- # ring-swagger (1)
- # squint (37)
what scenario might throw the following exception from datomic.client.api.async/ares
when performing a d/transact
? i’ve seen it in my logs but i haven’t been able to reproduce it locally.
{
"DatomicClientSpiContextId": "3531bf84-e4b7-49ca-a0bd-77596c8ee872",
"CognitectAnomaliesCategory": "CognitectAnomaliesFault",
"DatomicClientSpiException": "java.lang.NullPointerException",
"DatomicClientSpiRootException": "java.lang.NullPointerException",
"CognitectAnomaliesMessage": "java.lang.NullPointerException with empty message",
"Dbs": [
{
"DatabaseId": "39ecd0a0-c976-4f48-b453-3a92cf42ccc9",
"T": 12345,
"NextT": 12346,
"History": false
}
]
}
Has anyone with experience using Metabase with Datomic Analytics run into the issue where timestamp columns are not options for sorting in the query editor? I can filter by them, I can aggregate by them, but I can't sort by them because the column doesn't show up in the list of options. If I convert the question to SQL I can sort by the column just fine. @joe.lane have you heard of this? 👀