-
Include Domo Datasource Identifier on all Database Queries
From a DB admin I can see when Domo is connecting to the database, I can even see the query text that is being executed, but it is a pain trying to go back into Domo to find which domo dataset is making that query execution. If Domo would inject a block comment at the top of every query before it executes, that would make…
-
External Trigger to begin Dataset Import
Today for datasets we only have a scheduling mechanism to update a dataset. It would be nice if there was an API or webhook we could trigger externally that as soon as data is available, to have Domo to pull in the fresh data. This idea has been talked about before but the discussion was closed. I wanted to add my voice…
-
Federated Queries - Dynamic SQL Generation Improvements
I've observed that the dynamic SQL that gets executed for federated datasets isn't always the most optimal. For instance to fetch the possible value list for a series or quick filter, it is still executing the same query as for the main card. It would perform much faster if it did a distinct over just the column needed for…