20#ifndef ORES_DQ_GENERATORS_CHANGE_REASON_CATEGORY_GENERATOR_HPP
21#define ORES_DQ_GENERATORS_CHANGE_REASON_CATEGORY_GENERATOR_HPP
24#include "ores.dq/domain/change_reason_category.hpp"
26namespace ores::dq::generators {
31domain::change_reason_category generate_synthetic_change_reason_category();
38std::vector<domain::change_reason_category>
39generate_synthetic_change_reason_categories(std::size_t n);