RetailMeNotSandbox / dart

Self-service data workflow management
MIT License
17 stars 12 forks source link

Support more interesting data_check scenarios by allowing users to define expected count and operators. #123

Closed geota closed 7 years ago

geota commented 7 years ago

By allowing users to specify the expected count and the operator to compare with the data_check action allows for more interesting scenarios.

Also moved the call to hit the ES _count api since we do not care about results and only concerned with the number of documents that match the query.