20#ifndef ORES_DQ_DOMAIN_NATURE_DIMENSION_HPP
21#define ORES_DQ_DOMAIN_NATURE_DIMENSION_HPP
26namespace ores::dq::domain {
Classifies datasets by their data nature (actual vs. synthetic).
Definition nature_dimension.hpp:39
std::string change_commentary
Free-text commentary explaining the change.
Definition nature_dimension.hpp:71
std::string description
Detailed description of this nature type.
Definition nature_dimension.hpp:61
std::string code
Unique code identifying this nature type.
Definition nature_dimension.hpp:51
std::chrono::system_clock::time_point recorded_at
Timestamp when this version of the record was recorded.
Definition nature_dimension.hpp:76
std::string name
Human-readable name for display purposes.
Definition nature_dimension.hpp:56
std::string recorded_by
Username of the person who last modified this nature dimension.
Definition nature_dimension.hpp:66
int version
Version number for optimistic locking and change tracking.
Definition nature_dimension.hpp:43