You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a CLI option to accept a structured data dictionary file (format defined in #191) alongside data files, and merge the declared metadata into the inferred schema.
Behavior
Run inference on data as usual (ranges, enums, optionality, etc.)
Read the data dictionary and overlay its declarations onto the inferred schema
Where they agree, use the richer information from the dictionary (e.g., add descriptions, units, coded value labels)
Implement a CLI option to accept a structured data dictionary file (format defined in #191) alongside data files, and merge the declared metadata into the inferred schema.
Behavior
Scope
--data-dictionary-row-countconcept but with a separate file and richer structureDepends on #191. Part of #190.