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