Skip to content

Update report_date in all Google Analytics base models to a proper date

Yannis Roussos requested to merge 3-update-report_date-to-a-proper-date into master

At the current version of the package, we use the report_date as it is provided by Google's API. It is a date (not a timestamp), but one with everything stuck together: 20190201, 20190404

This MR casts all report_date columns to proper dates, i.e. 2019-02-01 or 2019-04-04

Closes #3 (closed)

Merge request reports