Richard Iannone
Richard Iannone
I think I noticed that the `segments` argument also requires `vars()` and doesn't work with `c()` _Originally posted by @Aariq in https://github.com/rich-iannone/pointblank/issues/416#issuecomment-1184491330_
Given the large amount of data sources that **pointblank** supports, it would be useful to have a table that compares which validation functions are verified to work across the different...
As tables may change between uses of `incorporate()`, the *informant* currently only updates dimension values (column and row counts) but doesn’t update the `columns` section with the names of new...
- [x] `col_vals_increasing()` - [x] `col_vals_decreasing()` - [x] `create_multiagent()` - [x] `email_create()` - [x] `export_report()` - [ ] `from_github()` - [ ] `incorporate()` - [ ] `interrogate()` - [x] `get_agent_report()`...
This will involve taking a standard table (with different storage types) and running against a standard set of validations. The results can be put into a table, possibly part of...
For keeping track of reproducibility, it might be useful to capture and store which pointblank version was used during interrogation. The dependencies should also be stored. Besides having this information...
The agent report currently has a few rudimentary options for filtering/arranging validation steps by failure condition. However it would be great to take this a step further and include options...
Especially for larger validation agent reports it would be useful to have a very minimal tally of total steps, and the number of steps reaching each of the W, S,...
It would be useful to (somewhere) show the amount of time taken to process each step of the validation plan in the agent report. This might be inside of a...
The project is close to attaining all requirements for Silver Status in the CII Best Practices Badge Program (https://bestpractices.coreinfrastructure.org/en). Only a few tasks remain to get to this level but...