20#ifndef ORES_DQ_DOMAIN_DATASET_BUNDLE_HPP
21#define ORES_DQ_DOMAIN_DATASET_BUNDLE_HPP
25#include <boost/uuid/uuid.hpp>
27namespace ores::dq::domain {
52 boost::uuids::uuid
id;
A named collection of datasets designed to work together.
Definition dataset_bundle.hpp:41
std::string change_commentary
Free-text commentary explaining the change.
Definition dataset_bundle.hpp:86
std::string description
Detailed description of the bundle's contents and purpose.
Definition dataset_bundle.hpp:69
std::string code
Unique code for stable referencing.
Definition dataset_bundle.hpp:59
std::chrono::system_clock::time_point recorded_at
Timestamp when this version of the record was recorded.
Definition dataset_bundle.hpp:91
std::string name
Human-readable name for the bundle.
Definition dataset_bundle.hpp:64
std::string recorded_by
Username of the person who last modified this bundle.
Definition dataset_bundle.hpp:74
boost::uuids::uuid id
UUID uniquely identifying this bundle.
Definition dataset_bundle.hpp:52
int version
Version number for optimistic locking and change tracking.
Definition dataset_bundle.hpp:45
std::string change_reason_code
Code identifying the reason for the change.
Definition dataset_bundle.hpp:81