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.
please try a vector without quotes, e.g. datomic.databases=[mbrainz]
Somewhere along the way I started quoting (`"`) the db names inside the vector... and it works too:
datomic.databases=["stt"]