(no title)
ElatedOwl | 6 months ago
In my experience these one off reports are very brittle. The app ends up making schema changes that are breaking to these one off reports, and you usually don’t find out until it goes to production.
I’ve dealt with the maintenance nightmare before. At current gig we’re exploring solutions, curious what a robust pipeline looks like in 2025.
The ORM piece is interesting — we use ActiveRecord and Ruby, and accidentally breaking schema changes within app will get caught by the unit test suite. I would love for a way to bring OLAP reports in similarly to test at CI time.
lpapez|6 months ago
Surely there is a way to run a raw query in Rails/ActiveRecord and use it in a smoke test?
datadrivenangel|6 months ago
wredcoll|6 months ago