-
Does Auto ML work with non-dataset inputs?
I have only ever seen this: But I want to do this: Oliver the AI says its possible, but it… has been known to hallucinate. Is it possible to preprocess data in MagicETL so that it matches the AutoML expected input and run it through the AutoML Inference in one go?
-
Updating Column Names Breaks Filters in Cards (and ETLs)
We have found an issue where updating the name of a field in a dataset causes filters using that column to break in ways that can be difficult to correct, and in the case of cards, disappear entirely without notification. For example, if the MajorAccountTypeCode column is renamed, the column disappears from the Filters and…
-
Turn on/off Magic ETL tiles
It would be really helpful to have the ability to turn on/off Magic ETL tiles. This is the equivalent of commenting out lines in a SQL dataflow so they don't execute when the dataflow runs but the effort in that section of the ETL is not lost and can easily be re-added.
-
Comment out tiles in MagicETL
When building complex ETLs it would be handy to be able to "comment out" tiles so they are ignored for execution. For bonus points, I'd like to be able to have an unterminated chain of commented-out tiles not block the ETL's execution.
-
Saved but Incomplete - where and why? - no explanation
The preview will run with a disconnected tile but the flow won't. In large ETLs it's not clear what the issue is and the error is not clear.
-
Making Sense of Wildly Unstructured Data
A system we use for event planning gives a report like I'm seeing below. Every bit of this data needs to be in a single row. Sometimes the data is given in the same cell as the data label, and others live in the following cell. Is there any way an ETL (or any other Domo solution) can help me with this? I don't have a lot…
-
Targeted Data freshness check during Dataflow execution
When a Dataflow executes with a Snowflake dataset it will use the previously staged dataset, and only copy in a update if the results of the previous data freshness check indicate that it should. Consequently, the dataflow will miss any updates that have happened since the last Data Freshness check. Considering the…
-
Instance Wide Magic Canvas Settings
A small thing, but can we set a default for Magic ETL canvas instance wide? Every time I create a new Magic ETL I must go into the setting to adjust to Large Canvas and Lines. All my older ETLs are on the default empty and small. It would be nice to have the option to sync all the settings across these ETLs. So two…
-
Any way to view schedule for dataflows?
Hi y'all! Hope everyone's having a good Monday so far. I'm trying to create a table card with a row for each DataFlow that has a trigger to run on a schedule. I looked through the DomoStats DataFlow History Dataset and Domo's Dataflow Details, but I can't find it. Is it accessible anywhere? I also looked through the API…
-
Dataflow Schedule
A schedule to view what dataflows are currently scheduled would be extremely useful to my team. Whether it's exposed as part of the dataflow object, in a report, domostats db, or Domo UI element, this feature would be appreciated. This would give us much more clarity into our current schedule for dataflows and allow us to…
-
This posted 3 times and you seemingly can't delete a post so I'm just editing it out
This posted 3 times and you seemingly can't delete a post so I'm just editing it out
-
This posted 3 times and you seemingly can't delete a post so I'm just editing it out
This posted 3 times and you seemingly can't delete a post so I'm just editing it out
-
Improve Error Messaging and Alerts in Magic ETL
A user recently shared this challenge while debugging a dataflow they found that a Group By tile not connected between the input and output tiles was causing the entire dataflow to fail. Since the tile wasn’t in the main path, it wasn’t obvious that it was the cause, and no error message pointed to it. Suggestion: Please…
-
How do we request a Beta Feature to be enabled? (can we join a beta pilot late?)
hi! when the whole domo beta program kinda regrouped, i had a form to indicate which Beta's we wanted to participate in. after recently joining a Domo Connectors stop, there's at least a few others that i wish we had tested out (like split tiles for example) - is it possible to request those to be enabled or did we miss…
-
Is it possible to get Jupyter Workspaces enabled in a student instance of Domo?
I am using Domo for my masters program and have a need for more advanced features like the data science tiles and Jupyter Workspaces. Is it possible to get this enabled?
-
Split Filter Error
I have the split filter beta enabled and tried to use it, but it looks as if my instance doesn't recognize this as a valid function. Has anyone else experienced this, and is there something I need to do to make it work.
-
Thank you for the Changes Recovery in Magic ETL!!!!!!
There have been a couple times I've lost a good couple hours of work as I didn't finish changes to a Magic ETL at the end of the day and left it to work on the next day, only to lose the work because I was logged out over night. That almost happened to me again today EXCEPT there's the new Recover Changes feature! Domo…
-
Magic ETL | Disable Tiles
Hi friends, Good news! The beta for the ability to disable (or "comment out") tiles in Magic ETL is now live and can be requested. Once the beta is enabled, you will have the ability to disable one or more tiles in a Magic ETL canvas (from either the right-click context or left rail menu). You can also disable tiles…
-
Self-Join Option
adding an option for a self-join would save real-estate.
-
❄️❄️ Tip of the Week #22: Snowflake Series part III: Run Your Magic ETL Flows Directly in Snowflake
No more exporting data from Snowflake to transform it in Domo. With Magic ETL on Snowflake ❄️❄️, your data transformations run directly in your Snowflake warehouse, without moving data, all from Domo’s visual interface. This feature is ideal for low-code users and teams that want to keep governance and performance within…
-
Line chart that Aggregates and uses multiple Metrics
I have a list of properties and im calculating 2 metrics using Sum(occupied)/ Sum(total units) and Sum(available) /Sum(total available units) .I am trying to make a chart that has both of these metrics and uses the year as the series. On the X axis, i have week. Is this possible? I was curious i want them to calculate…
-
Improvement to Magic ETL when creating an output dataset you aren't the owner
I have edit access to the ETL, but did not originally create it. I can edit the ETL, but if I go to create a new output I get this error, "Whoops! It seems that someone has deleted the output Dataset "Dataset Name". There are two problems. First the error points you in the wrong direction, as the dataset wasn't deleted, it…
-
Video Walkthrough - Automating the Process of Creating Standardized Categories
This video walks you through how to automate the process of categorizing thousands of different categories into a standard list of categories by leveraging AI, Domo Magic ETL and the Python tile. The result is a process that is more efficient and accurate and eliminates the need to manually maintain a list. Hope you find…
-
Dataflow "Not Runnable" Error
Is anyone else getting this error recently? I've had 2 Magic ETLs suddenly stop working without any real cause with this same error message. It's too vague to diagnose and the preview runs perfectly, so I'm stuck.
-
Native Alerting and Email Actions Inside Magic ETL
Proposed Enhancement: Add a new tile type or function in Magic ETL, for example: 1. Alert Tile Triggers when a specified condition is true (e.g., when a dataset contains rows, when a metric exceeds a threshold, etc.) Can optionally write an alert message to the activity log or push to Domo notifications. 2. Email Tile…
-
Limit Condition Under Which Magic Runs with Dataset Views as Input
I have a form that allows users to select multiple inputs. I need to separate these comma-separated values before the data is useful. I haven't found a Domo-native way to extract these so I'm currently using Magic for this. I am open to alternatives if I have missed something. Only 5-10% of entries are comma-separated,…
-
Date Filtering not giving results
I have survey results collected twice a year. I am filter the data by dates for my dashboard. However, even though there are results that exists after Oct 1, 2025, the Magic ETL is not filtering them and is giving me blank results. Filter 1 and Filter 2 between date ranges where as filter three has > Oct 1, 2025.
-
DELAYED | Magic ETL "Add Tile from Canvas" Beta
Hi all - I wanted to let you know that the "Add Tile from Canvas" beta that I demo-ed in the beta call last week will be delayed for several more weeks, due to irreconcilable creative differences within the team (JUST KIDDING…we actually just want to make a few changes before putting it out into the wild). We don't have an…
-
User's Time Zone as Variable in Programmatic Embed?
I have a dataset with quite a few datetime fields all in UTC. It's powering programmatically embedded apps that are being viewed by users in different time zones. I want each user to see the datetime fields rendered in their local time. Is it possible to pass in a parameter of that user's time zone, and if so, then what do…