datomic

enn 2026-02-03T17:21:36.978869Z

I'm running into the same issue mentioned in this post on the Datomic forum: https://forum.datomic.com/t/what-is-the-format-specification-for-datomic-databases-in-the-catalog-for-presto-analytics/1533. What should the datomic.databases property in my analytics.properties file look like? There are no examples of this property that I can see.

Dave Liepmann 2026-02-03T17:30:21.348089Z

please try a vector without quotes, e.g. datomic.databases=[mbrainz]

1
cch1 2026-02-03T20:22:56.158139Z

Somewhere along the way I started quoting (`"`) the db names inside the vector... and it works too:

datomic.databases=["stt"]