Display validation expressions using pointblank YAML
Display validation expressions using pointblank YAML
The yaml_agent_show_exprs() function follows the specifications of a pointblank YAML file to generate and show the pointblank expressions for generating the described validation plan. The expressions are shown in the console, providing an opportunity to copy the statements and extend as needed. A pointblank YAML file can itself be generated by using the yaml_write() function with a pre-existing agent, or, it can be carefully written by hand.
yaml_agent_show_exprs(filename, path =NULL)
Arguments
filename: File name
scalar<character> // required
The name of the YAML file that contains fields related to an agent.
path: #' @param path File path
scalar<character> // default:NULL (optional)
An optional path to the YAML file (combined with filename).
Examples
Let's create a validation plan for the data quality analysis of the small_table dataset. We need an agent and its table-prep formula enables retrieval of the target table.