verify_data: Verify the transformed data adhered to the DB schema.

View source: R/transform_runner.R

verify_dataR Documentation

Verify the transformed data adhered to the DB schema.

Description

Transformed data returns a list of data frames. Ensure that each item of the list matches a table in the DB and has only columns which exist in the DB. Check that table exists in skipped if mode is 'create'.

Usage

verify_data(con, transformed_data, mode)

Arguments

con

The active DB connection to check the schema for.

transformed_data

The transformed data.

mode

The type of import run.


vimc/dettl documentation built on Oct. 6, 2022, 2:13 p.m.