-
Partition Support in Adrenaline Dataflows.
I know Partition support in Magic 2.0 is barely out of the gate, but as we reach for feature parity, I hope Domo is looking at Partition support in Adrenaline Dataflows. The engineers in my org really appreciate the value (speed) Adrenaline Dataflows brings to their data pipelines. It is a bit of a tough sell to tell them…
-
MD5 or SHA1 (or similar) encoding in Adrenaline Dataflows
related to https://dojo.domo.com/main/discussion/49054/md5-or-sha1-in-beast-mode Sometimes users will use MD5 or SHA1 encoding to create a surrogate key for application in dimensional modelling-informed workflows. in our use case we needed to create a dimensional table by perform a set of operations on a distinct set of…
-
Write your own SQL in Dataset Views
It would be ideal to be able to write your own SQL in the Dataset Views UI. The process for defining views can be very slow especially if you want to add a calculated aggregated column AFTER you've applied the GROUP BY clause -- because you'd have to ungroup the VIEW, define the calculated column, then reapply the…