Is your feature request related to a problem? Please describe.
It is currently impossible to use expressions in group_by of expect_grouped_row_values_to_have_recent_data.
Some of our models make use of JSON type columns.
Information inside the JSON is needed to determine groups which should have recent data.
I would like to avoid creating separate columns for the JSON data fields or even a downstream model just to test data freshness.
Describe the solution you'd like
I have created a PR a few weeks ago that did not get any feedback, yet: #42
Describe alternatives you've considered
~
Additional context
~
Is your feature request related to a problem? Please describe.
It is currently impossible to use expressions in
group_byofexpect_grouped_row_values_to_have_recent_data.Some of our models make use of JSON type columns.
Information inside the JSON is needed to determine groups which should have recent data.
I would like to avoid creating separate columns for the JSON data fields or even a downstream model just to test data freshness.
Describe the solution you'd like
I have created a PR a few weeks ago that did not get any feedback, yet: #42
Describe alternatives you've considered
~
Additional context
~