Best Of
Domopalooza Decks for Attended Sessions
At Domopalooza, we were told that we were going to be getting the decks from the sessions we attended. My team has not been able to access any of those as of yet. Can you let me know when/if those will be available?
Adobe Analytics 1.4 API retirement
Adobe has announced it will retire v1.4 of its Adobe Analytics API in August 2026. When that happens, any datasets using the Adobe Analytics 1.4 connectors will no longer pull data successfully.
Domo has a connector that connects to the v2.0 version of the API using the server-server OAuth mechanism. This connector is available to all customers at this time. The Connector Team has evaluated the possibility of migrating customer datasets from connectors using the 1.4 API to connectors using the 2.0 API. Unfortunately, the two API are too different from each other to allow Domo to migrate datasets. As a result, customers who still need to pull data from Adobe Analytics will need to recreate their datasets using the Adobe Analytics v2 server-server or OAuth connector.
Customers are encouraged to try out the v2.0 connector ( ) and to notify Domo via a Support Case or their CSM if they see a discrepancy in functionality that impacts their reporting capabilities.
The schedule for the v1.4 connector retirement is as follows:
(1) Connector power ups restricted - March 31st 2026. Existing datasets will continue to run but no new datasets can be powered up with the 1.4 connector.
(2) Connector is retired - July 8th 2026. Any existing dataset on the 1.4 connector will fail, and dataset settings will no longer be editable.
(3) Adobe retires v1.4 API - Aug 12th 2026
Re: Option to hide "Last Updated" date on App Studio Apps Page
This is causing a lot of confusion and ultimately data distrust for us as end users now think some apps haven't had their data updated in over a year. Data consumers care more about data latency than when an app component was last updated (that's more of a developer data point). At the very least, we need this to be more clear or accompanied by data refresh metadata. Hidden works also.
natebear
March 2026 (Domopalooza) Customer Feature Release
Hard to believe we are a week out from Domopalooza. We of course will have a bunch of new goodies releasing next week. You will see in product announcements soon as well but sharing a list of what is coming here for now (Sneaks and Coming soon will have to wait for the big stage at DP).
Re: Ability to turn off the "REQUEST MORE ACCESS" button for Social users
Thank you @DanBrinton. Is it going to be removed from the other areas as well? It shows up if you click any of the following as a social user:
Re: Can't Save View
I can think of a couple possible things that might cause an issue. Use named fields. Do not use an asterisk in a SELECT statement.
Try UNION ALL rather than just UNION. Union removes duplicate rows, while UNION ALL includes all rows.
Make sure your fields are consistent with aliases and types. Try your view out with just a couple fields at first to see if you can identity an offending field as the issue. You may need to use CAST to make sure a field matches on data type to the other side of the union. Such as CAST(order_id AS VARCHAR) as order_id.
Verify you don't have duplicate names or aliases in your select. Such as SELECT id, order_id as id.
Eliminate functions and simplify queries with CTE or row number. And if all else fails, use a Magic ETL.
Re: AI Academy Webinar Question: Is it possible for the AI Agent to translate ETL logic into SQL?
You don't need to give it any additional tools, you would just need to adjust the prompt. You could ask it if it can generate SQL that would result in the same outputs. I can't say from experience how well it would be that because there's a lot of nuance and it can't see your data (as we configured it) but it's something you could certainly play with.
See underlining SQL script in Magic ETL?
For example, I have this ETL and I want to see the underlining SQL script that DOMO use to run this ETL. Is it possible?





