We have been using the domo.onDataUpdate() function from the Domo JavaScript library in several apps developed using the Domo App Framework. We use it to ensure that when the dataset refreshes the app doesn't refresh in line with Domo documentation. This had been working across several apps until recently. It will still…
I wanted to confirm a few limitations on the SQL API: Documentation states that joins aren't allowed, seems this extends to subqueries and CTE's as well? UPDATE and ALTER statements are not supported through the SQL API