Skip to content

Resolve "Expose `created_at`/`updated_at` timestamps in all models to allow filtering by date"

Micaël Bergeron requested to merge 1410-model-datetimes into master

Merge Request Checklist

  • Link to an issue
  • Include the proposed fix or feature
  • Include and update tests for the modified code
  • Include a documentation change
  • Add a CHANGELOG.md entry in the Unreleased section

Once your merge request is complete, please assign it a Meltano maintainer for review cycle. Once the review cycle finished, the reviewer shall approve the merge request so it can be merged by any Meltano maintainer.

Closes #1410 (closed)

This MR fixes some hiccups in the timeframes rendering on the front-end:

  • Add a timeframes separator in the attribute list
  • Disable sorting for timeframes because of a bug in the query builder
  • Fix an issue when saving/loading a Report with selected timeframes
Edited by Micaël Bergeron

Merge request reports