Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add variable for row_cnt for expect_row_values_to_have_data_for_every_n_datepart test #297

Open
sanoosha opened this issue Dec 12, 2023 · 0 comments

Comments

@sanoosha
Copy link

Is your feature request related to a problem? Please describe.
I need a test to check that my table has more than 5 rows per date part. There are cases where the row count of the table can go down per date part.

Describe the solution you'd like
If I can add a parameter for row_cnt I could say that the row count should never be less than 5 or 10.

Describe alternatives you've considered
I am currently using the test using the row_cnt = 0 condition. I have thought about using the expect_table_row_count_to_be_between test, however, this does not specify data for each date part.

Additional context
I can help write this Pull Request if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant