-
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…
-
Partition UI Feedback - delete and merge partitions in the Domo UI.
Currently, there's a limit of 400 partitions in a dataset produced by Magic ETL. Setting aside that 400 feels like a very arbitrary number (and entirely too low given that most partition schemes are by date, it would be ideal if Domo added buttons, tools within the Partition UI to allow users to manage them. Users need the…
-
Create a SQL tile within Magic ETL
It would be great to have a SQL tile within Magic ETL where users can write SQL much like what users can do with the Python tile. This would open up the ability to do conditional joins and looping in Magic ETL. It would also remove some of the dependencies on MySQL, Redshift dataflows which can be very slow to run.
-
Option to align Magic ETL functions to a grid
I'd like to be able to have my ETL functions precisely aligned in the Magic ETL editor so that they're easier to read quickly. When I'm creating an ETL, I tend to place functions where it makes the most sense to me, but if a function is a little bit off-centre it's not obvious which function it's supposed to be next to…
-
ETL Notation
Ability to highlight multiple tiles in an ETL and notate the collective function that they are accomplishing
-
Configure Instance to Share Beast Modes to Dataset by Default
We would like the ability to set the check box "save as calculation on datatset" to 'checked' by default so that when users are creating a new beast mode it is automatically saved to the dataset. This would save us days of governance and administration work having to clean up multiple beast modes with the same name on a…