-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hotfix/2271 export csv data quality issues. #2762
Hotfix/2271 export csv data quality issues. #2762
Conversation
…ty-issues Hotfix/2271 export csv data quality issues.
Is this live and if so which in environment, did a little test on both environments and issue still exists. I can check again later on, let me know. Tx again for all your on this! |
Hi @mikewray, should be live in the next hour or so. Will reply when it's ready for testing! |
Hi @mikewray, this should be live on the staging server now! |
Just an FYI for @mikewray that I tested by syncing my local distributed to his account at staging - so he might see my sample data there. I've tested the Export CSV filters on staging and so far it works. |
Hi @mikewray - I took screenshots of your data on my synced local:
Here's a duly formatted .csv export file for Period 2014-Oct-01 to 2014-Nov-30: So to answer your query regarding "summing-up two periods":
Suggestions regarding your data:
|
So I think we've hit the wall here as to what we can fix for the 0.12.x line. We don't track partially watched videos which means that getting a subset of VideoLogs will sometimes yield an incorrect result for certain columns. This hopefully is fixed by 0.13, which has the |
Hi - firstly tx u all. Lets finish this:
Tx again for all your time! |
Let me verify item 1. - I think we are counting the partially watched videos too. Will update you when fixed. |
@aronasorman.
Issue: #2271 export csv data quality issues
We used Mikewray's data from staging and we found out that some of
completion_timestamp
column ofVideoLog
contains a null value. So we included that null value ofcompletion_timestamp
invideo_logs
query.Screenshots are attached bellow.
CSV report
Web-view