sul-dlss / dlme-airflow

This is a new repository to capture the work related to the DLME ETL Pipeline and establish airflow
Apache License 2.0
1 stars 0 forks source link

Add new traject config validation utility #421

Closed jacobthill closed 1 year ago

jacobthill commented 1 year ago

Adds a new utility to check that traject configs map all, and only, intended fields by comparing all fields present in the input data with those mapped in the traject config. Writes a report listing unmapped fields and fields the traject file attempts to map that do not exist in the input data.

Updates the Readme.