What problem does it solve?
Design or review a DVOS staging view — source staging or BV staging, focusing on metadata columns, hashkey/hashdiff computation, and enforcing the no-business-logic rule.
Core Features & Use Cases
- Understand and apply the canonical staging doctrine (hard vs soft rules) to ensure staging remains metadata-only and free of business logic.
- Design, validate, and troubleshoot source staging views (stg_{source_badge}{source_file}), BV staging (stg_bv{concept_name}), and secondary staging constructs (stg_ef_, stg_st_, stg_rt_, stg_xt_) to support accurate hashing and change detection.
- Correctly implement dv_hashkey_* and dv_hashdiff_* columns, adhere to data-type inheritance rules, canonical naming, and encoding standards for hashing across multi-tenant or single-tenant configurations.
Quick Start
Design or validate a staging view by summarizing required metadata, hashing rules, and the hard/soft rule boundaries for source and BV staging.