Open siljamardla opened 3 weeks ago
I did figure out where to do the change. I've made a specific change to this test (#323), also duplicating 2 generic macros to achieve my goal. Clearly this is not the way to solve the question in long term. I'm happy to work together to make it a cleaner and more uniform update, just don't want to go down a rabbit hole without any confirmation from maintainers' side :)
I want to monitor some row counts on my table. I'm planning to set up row count tests and enable storing failures. I plan to do this with multiple different conditions. I actually expect some of these two fail. The aim is to monitor how badly they fail. The idea is to visualise the outcome in a calendar heat map, to give me a visual on when the issues are big.
I could use the row count test, configured like this:
However, the outcome is a true/false only.
Sample compiled code:
I wish the compiled code would have an additional column for the actual row_count, like this: Sample compiled code:
to return
It's not a breaking change as the logic of the test remains the same. We're just making the stored output more informative.
I'm happy to contribute, but I could not immediately figure out where to make this change. The actual code compiling happens through so many macros that I'm not (yet) familiar with.