-
Notifications
You must be signed in to change notification settings - Fork 15.8k
Open
Labels
Description
Description
Right now, SQLColumnCheckOperator
has an accept_none
parameter that allows a test to pass if the table is empty. For parity, I think this functionality should be available on the SQLTableCheckOperator
.
Use case/motivation
I have a table, that may or may not have data in it on a give day.
If it has data in it, I would like it to pass the test I set but if it doesn't I don't want it to fail by default.
Related issues
No response
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct