ETL Data update problem
Noticed that data is not getting updated into the DW past 2 days. Till then it was running fine.
Jobs are completing and no errors - but the changes made in RTC are not reflecting in the Warehouse tables. Even when queried from DW with modified_since parameter, it is giving 0 rows. What could be the issue?
How to check whether any changes have gone in?
Thanks.
3 answers
Hi Indrani,
The Logs are showing 0 inserts, 0 updates. But the problem is that there is data in the source, modified in the past-2 days for example, but somehow the ETL is not picking up these. It was working well earlier though.
Scenario:
The values for some attributes are changed in RTC Workitem. Insight DW is still showing data as of May 7th. the last 2 days Changes are not getting updated through the ETL
Comments
ri_jdbc.log doesnt give any errors as such - but, when i try in data manager -> querying on data source, its retrieving o rows suddenly for past dates as well. Not sure what has changed. Any ideas on what could be the cause and how to go about it?