data_validation_framework.report

Specific tasks.

Functions

build_report_conf(dest, **kwargs)

Build the conf.py file use by Sphinx.

build_rst(rst_file, tree[, level, use_data])

Build the RST file that can then be built with Sphinx.

build_subtree(node, deps[, known_nodes])

Build the deps subtree of a given task.

description_block(row, rst_file[, indent, ...])

Create a block for a failed feature.

make_report(root[, use_data, config])

Create the report based on the current workflow.

data_validation_framework.report.build_report_conf(dest, **kwargs)

Build the conf.py file use by Sphinx.

data_validation_framework.report.build_rst(rst_file, tree, level=1, use_data=True)

Build the RST file that can then be built with Sphinx.

data_validation_framework.report.build_subtree(node, deps, known_nodes=None)

Build the deps subtree of a given task.

data_validation_framework.report.description_block(row, rst_file, indent=0, max_length=100)

Create a block for a failed feature.

data_validation_framework.report.make_report(root, use_data=True, config=None)

Create the report based on the current workflow.