02-merge-patterns

Installation
SKILL.md

Gold Layer MERGE Patterns

Core Principle: Schema-Aware Transformations

Gold layer merge operations read from Silver and must handle:

  1. Column name differences
  2. Data type transformations
  3. Business logic calculations
  4. SCD Type 2 tracking

Column Name Mapping Pattern

Problem: Column Names Differ Between Layers

Example: Silver has company_rcn, but Gold expects company_retail_control_number

Installs
1
GitHub Stars
2
First Seen
Mar 8, 2026
02-merge-patterns — databricks-solutions/vibe-coding-workshop-template