06-table-documentation

Installation
SKILL.md

Gold Layer Documentation Standards

Overview

Gold layer tables require comprehensive, dual-purpose documentation that serves both business users and technical users (including LLMs like Genie). This skill standardizes naming conventions, description formats, and metadata requirements for production-grade Gold layer implementations.

When to Use This Skill

  • Creating Gold layer table DDL with comments
  • Writing column descriptions for dimensions and facts
  • Documenting surrogate keys, business keys, and foreign keys
  • Implementing SCD Type 2 dimensions
  • Setting up table properties and governance metadata
  • Preparing documentation for Genie Spaces and AI/BI tools

Critical Rules

1. YAML Schema Files Are Single Source of Truth

CRITICAL: Before writing any Gold layer SQL (TVFs, queries, MERGE statements), ALWAYS consult the YAML schema definitions in gold_layer_design/yaml/**/*.yaml.

Installs
1
GitHub Stars
2
First Seen
Mar 8, 2026
06-table-documentation — databricks-solutions/vibe-coding-workshop-template