20#ifndef ORES_DQ_API_DOMAIN_DATASET_DEPENDENCY_HPP
21#define ORES_DQ_API_DOMAIN_DATASET_DEPENDENCY_HPP
27namespace ores::dq::domain {
Declares a dependency between datasets using stable dataset codes.
Definition dataset_dependency.hpp:46
std::string modified_by
Username of the person who recorded this dependency.
Definition dataset_dependency.hpp:78
std::string dependency_code
The code of the dataset this depends on.
Definition dataset_dependency.hpp:66
std::chrono::system_clock::time_point recorded_at
Timestamp when this dependency was recorded.
Definition dataset_dependency.hpp:88
std::string performed_by
Username of the account that performed this operation.
Definition dataset_dependency.hpp:83
std::string dataset_code
The code of the dataset that has the dependency.
Definition dataset_dependency.hpp:57
std::string tenant_id
Tenant identifier for multi-tenancy isolation.
Definition dataset_dependency.hpp:50
std::string role
The role/purpose of this dependency.
Definition dataset_dependency.hpp:73