denimalpaca opened a new pull request, #30166: URL: https://github.com/apache/airflow/pull/30166
The accept_none arg is added to the TableCheckOperator and its usage is updated in two operators. Now, the if the arg is True, tests will pass when no rows are returned at either the record or row level. They will return False for relevant checks at the record or row level as well. This means if a record is None and accept_none is True, all tests will pass. Necessary changes to the operators are made to ensure this behavior. Closes: #30082 #30081 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
