After the Load Data Warehouse (DWH) runs, some data is missing randomly. It happens more after a performance issue in the system that causes the Full load to process for several hours at a time. This issue can happen on Incremental as well.
You see missing data in the DWH tables, and the missing data is different each time.
Release : All Supported
Component : CLARITY DATA WAREHOUSE
The following all fails with the same root cause:
Missing data in Data Warehouse can happen if the data was updated while the job was running. This is due to the fact that last_updated_date is used to move all updated fields to DWH. When the job start,s it takes the job start date, and compares to the last_updated_date on the data it imports. Anything that's updated after the job start date will not get imported. This is by design.
So, the scenario mentioned is possible if the Full was running for a very long time and someone modified a project. Then this project will not be in the DWH. It could happen on a task, timesheet (any other data).
Run the Load DWH job again to pick up the record
Note: To request a change in the design, you can bring this up on the monthly innovation calls with product management or submit an enhancement. See Enhancement Requests for Clarity
If you need real-time data you can use the views which are on the Clarity database side, used to copy data from. Those will be all the views starting with DWH. Examples:
When you have missing data, check in those views and you should see that last_updated_date is during the job's run.
You have the following options: