jetprobe icon indicating copy to clipboard operation
jetprobe copied to clipboard

🚀 Validation DSL for data pipelines

Results 5 jetprobe issues
Sort by recently updated
recently updated
newest added

- [ ] Use Immutable data structures & functional patterns in Job Controller - [ ] UTs for JobController, Job Descriptor, Job Environment - [ ] Immutable data structure &...

API to query hbase and validate ```scala validate(hbaseConf){ hbase => hbase.query("select cf.field1, cf.field2 from namespace.table") === Array(fieldVal1,fieldVal2) } ```

Add an extra parameter 'junit.report : true' for dumping the test report in xml

enhancement

This is for making it compatible for Java interfaces as implicit params are not supported.