Monitor last run of datasets
Hello Community,
We are looking for a way to monitor the last run of our email datasets. At the moment we are feeding the data through Email either manually send to Domo or via Obiee, however from time to time either someone forgets to upload the data or the automatic upload fails. As a solution, we would like to build a dashboard containing cards to monitor the state of the most important datasets in terms of when was the last upload. I was thinking for beast mode formula comparing the last run ( column is a timestamp) and today, however, for some reason it's not working as it should be with the following example:
(case when DATEDIFF(CURRENT_DATE(), MAX(`_BATCH_LAST_RUN_`)) <= 2 THEN 'true' ELSE 'false' end)
In my head, this should give us "true" if the dataset has been updated in the last 2 days and "false" if it hasn't been updated.
My guess is that there is some kind of problem between current date, _BATCH_LAST_RUN_ ( which is "timestamp" ) and the "2".
I would really appreciate if someone can help me to figure this out.
Thank you in advance!
Comments
-
Troubleshooting.
1) Take out aggregation and just pump your results into a table card.
2) break your beast mode into smaller beast modes.
what is the result of datediff(current_date() , batchLastRun) ? for each row, is it returning the expected result?
with visual inspection, are the values comparable to 2 (i.e. is it consistently returning a row for each record, and is that value numeric?
case when DATEDIFF(CURRENT_DATE(), MAX(`_BATCH_LAST_RUN_`)) <= 2 THEN 'true' ELSE 'false' end
Be Specific.
When something ins't working. What is the perceived problem? Does the beast mode not calculate? Are you getting the same value for every record? Is the value being returned different from what you're expecting? Which dataset are you even using??
It sounds pedantic, but if you can't articulate with specificity what the problem is, it's going to be impossible to prescribe a solution, especially b/c you didn't really give us a screenshot of your current results to work with.
Jae Wilson
Check out my 🎥 Domo Training YouTube Channel 👨💻
**Say "Thanks" by clicking the ❤️ in the post that helped you.
**Please mark the post that solves your problem by clicking on "Accept as Solution"0
Categories
- All Categories
- 1.8K Product Ideas
- 1.8K Ideas Exchange
- 1.6K Connect
- 1.2K Connectors
- 302 Workbench
- 6 Cloud Amplifier
- 9 Federated
- 2.9K Transform
- 104 SQL DataFlows
- 633 Datasets
- 2.2K Magic ETL
- 3.9K Visualize
- 2.5K Charting
- 760 Beast Mode
- 62 App Studio
- 42 Variables
- 699 Automate
- 181 Apps
- 457 APIs & Domo Developer
- 51 Workflows
- 10 DomoAI
- 38 Predict
- 16 Jupyter Workspaces
- 22 R & Python Tiles
- 401 Distribute
- 116 Domo Everywhere
- 277 Scheduled Reports
- 8 Software Integrations
- 130 Manage
- 127 Governance & Security
- 8 Domo Community Gallery
- 38 Product Releases
- 12 Domo University
- 5.4K Community Forums
- 40 Getting Started
- 30 Community Member Introductions
- 111 Community Announcements
- 4.8K Archive