20#ifndef ORES_DQ_DOMAIN_DATA_DOMAIN_HPP
21#define ORES_DQ_DOMAIN_DATA_DOMAIN_HPP
26namespace ores::dq::domain {
Represents a high-level classification of data within the system.
Definition data_domain.hpp:40
std::string change_commentary
Free-text commentary explaining the change.
Definition data_domain.hpp:67
std::string description
Human-readable description of the data domain's purpose.
Definition data_domain.hpp:57
std::chrono::system_clock::time_point recorded_at
Timestamp when this version of the record was recorded.
Definition data_domain.hpp:72
std::string name
Unique name identifying this data domain.
Definition data_domain.hpp:52
std::string recorded_by
Username of the person who last modified this data domain.
Definition data_domain.hpp:62
int version
Version number for optimistic locking and change tracking.
Definition data_domain.hpp:44