Best Of
Re: September GA & Beta Preview
I've been using the updates to Magic ETL for a few months now and I'm a huge fan! Amazing job @AndreaHenderson and team 👏
brycec
Re: App Studio – Require One Value to Always Be Selected in a Filter
No, there's very little visibility into whether ideas are on the roadmap or not. Occasionally an idea gets moved from "Submitted and awaiting…" to "In Review", which seems like an update, but there are ideas that have been tagged as "In Review" for 7 years and counting. (Link to me complaining about that below). I think the ideas exchange is the most broken part of the community forum. Since AI(?) seems to have largely quelled the demand for questions being answered here, it seems like there should be more capacity from Domo to improve the communication around the Ideas Exchange and make it feel less like shouting into the void.
Re: Removing corner (X) on Magic ETL tiles?
This is wild. I think I can see the rationale, but I agree it's too hidden, especially for long-time users. You should submit this as an idea for people to upvote.
Re: Major Meet-ups! | Domo Connections Tour Coming to 10 Cities
Just ~4 hours 🤷 that's nothing for us Dakotans!
Major Meet-ups! | Domo Connections Tour Coming to 10 Cities
Domo Connections Tour: Let’s Meet Up IRL
One of the coolest things I've enjoyed about the Domo Community is connecting with other Domo users. This fall, we have 10 chances to do that in person as the Domo Connections Tour comes to cities across the U.S. and Canada.
These free events include:
- Technical sessions with Domo experts to help you get more out of Domo
- Customer panels featuring real-world Domo successes and lessons learned
- Open networking time to meet other Domo users, swap ideas, and compare notes
Whether you’re a longtime Domo pro or newer to the platform, it’s a great opportunity to step away from the screen and connect with people in the community who are working with Domo just like you are.
Here's the list of the 10 metro-area stops to choose from:
If you’re planning to attend, let me know in the comments which stop will you be at?
Re: Did an Update Break Window Functions in MAGIC?
It looks like there was an underlying database version upgrade that caused this issue. The team is working to roll back that update, which should be completed by EOD.
Re: Did an Update Break Window Functions in MAGIC?
Hi all - I've brought this to the engineering squad and we're reviewing whether any changes were made that could have resulted in this. I'll update you when I learn more. Thanks for surfacing this!
Re: Did an Update Break Window Functions in MAGIC?
Haha, I started the thread 3 months ago.
I can pinpoint the time of error to between 4:45PM and 5PM on 2026-09-15 as I was actively creating a new ETL with a SQL window function.
Did an Update Break Window Functions in MAGIC?
I have a long-running ETL with a window function in a SQL tile that is throwing the dreaded 'unknown error occurred' as of this morning. The function looks like this:
CASE WHEN MIN(t.`Arrears`) OVER (PARTITION BY t.`Customer`) > 360
THEN 1
ELSE 0
END AS `360 Flag`





