denimalpaca opened a new issue, #23874: URL: https://github.com/apache/airflow/issues/23874
### Description The new SQL Check Operators would provide templated quality checks so users could quickly and easily add common data quality checks on columns and tables. The resulting output of the tests would be saved in the dictionary passed in containing the check names and parameters. ### Use case/motivation Current SQL Check Operators are extremely broad, but limited to aggregate checks, making them confusing and sometimes redundant with respect for each other. The new checks would allow a more streamlined experience, and would save enough information that the results can be parsed in OpenLineage, which old checks cannot be. ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
