CL-SIC real-time data missing
See original GitHub issueData for SL-SIC seems to be irregular, being present about 60% of the time only over the last 6 months (see picture below, since April 2018)
We need
- To understand if its related to our parser not handling response correctly, or if its due to the source of data that breaks downs regularily. Calling parser returns
min returned datetime: 2018-11-06 01:00:00-03:00
max returned datetime: 2018-11-07T03:00:00+00:00 UTC :( >2h from now !!!
- To allow historical refetch to fix the missing datapoints. @systemcatch, You have kindly written a parser to fetch SL-SING historical data (#1394). Would you know if its possible to do the same with SL-SIC?
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (6 by maintainers)
Top Results From Across the Web
Handle Missing Values in Line Charts - Salesforce Help
For periods of missing data in timeline charts, you can make cumulative lines horizontal to indicate that no change occurs.
Read more >Data is missing in the report suite - Adobe Experience League ...
I am using Launch and using data element as wrapper for datalayer object.I am not seeing any value even in real time reports....
Read more >Handling Missing Data - an overview | ScienceDirect Topics
Another classical method handling missing data is the LOCF, which has been widely applied in clinically experimental studies.
Read more >Real-Time API data is very inaccurate / not working at all ...
We have different GA Accounts where we get real-time data via API. Since this morning Real-time data is very inaccurate or much too...
Read more >LSimpute: accurate estimation of missing values in microarray ...
In the Results, we study the distrubution of missing values in real cases, exemplified by the three test data sets mentioned above. We...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The source for this parser no longer works, I’m writing a new historical parser for the whole of Chile in #1939
Yes it has always been a delayed data source, we’ve never found a real time one.
I can add a target_datetime parameter to the fetch production function.