Currently you can filter by Current_Date in ETL and in many connectors you can use relative date filters to pull last 7 days or between 2 relative dates to get a rolling report that doesn't require constant modifications. Can we add this feature for date filters in ETL? It would make things much easier if we can filter to…
There are situations where it would be useful to have more than one ETL be able to modify an existing dataset. For example, I sometimes need to make a one-time fix via a query to a dataset. As it stands today, this is nearly impossible; the only way to do it is to hijack the existing ETL, comment out all of the code, put…
Ability to select and move multiple columns at once and reorder them. Today we can select and move only one field at a time.
I just saw that the redshift and mySQL dataflows have an option under settings for "Only the owner and administrators can edit this DataFlow". This should also be available in Magic ETL 2.0
Sometimes when in development I have a need to hide/disable a tile or group of tiles that I am working on but have a need to run the flow in order to check other things but the flow won't run until all tiles are configured correctly. Sometimes I don't want to complete the tile (maybe it is having errors) and I need to…
Oftentimes I find myself having to open a new tab to navigate to the various input and output datasets when in the editing canvas for a Magic ETL. It would be nice if there were a link that would open the dataset in a new tab somewhere on the configuration dialog that appears after selecting the tile.
Domo currently are not using the periods and timeframe parameters included in the below example for the P&L table. This has resulted the table line items being unable to pull through by month_year. The only work around at the moment is to pull through data 1 month at a time and adding this to the previous data. This…
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…
I would like to be able to use regex to match values in formulas. Both in views and ETLS Such as this. I am using this to validate some data in a view formula CASE when `Field` like '[0-9]{4}\-[0-9]{4}\-[0-9]{3}' then 0 when `Field` = '' then 0 else 1 end
It looks like you're new here. Sign in or register to get started.