-
BUG - Constrained Joins not working
Noticed a few weeks ago that the constrained join feature on the join tile (one-to-many and many-to-one) in Magic ETL does not work, allowing joins that should fail to process. This is a big deal for us as we use the join constraints to ensure we don't have any cartesian joins in our data. This bug has huge implications…
-
domo.onDataUpdate() Bug
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…
-
Limitations of SQL API
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