ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | Static Public Attributes | List of all members
badge_mapping_entity Struct Reference

Read-only projection of badge mapping rows from ores_dq_badge_mappings_tbl. More...

#include <badge_mapping_entity.hpp>

Collaboration diagram for badge_mapping_entity:
Collaboration graph

Public Attributes

std::string code_domain_code
 
std::string tenant_id
 
std::string entity_code
 
std::string badge_code
 
std::optional< sqlgen::Timestamp<"%Y-%m-%d %H:%M:%S"> > valid_from
 
std::optional< sqlgen::Timestamp<"%Y-%m-%d %H:%M:%S"> > valid_to
 

Static Public Attributes

static constexpr const char * schema = "public"
 
static constexpr const char * tablename = "ores_dq_badge_mappings_tbl"
 

Detailed Description

Read-only projection of badge mapping rows from ores_dq_badge_mappings_tbl.

Only the three fields needed by BadgeCache are projected; temporal columns are included for filtering on valid_to == MAX_TIMESTAMP.