Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 663 Bytes

File metadata and controls

41 lines (26 loc) · 663 Bytes

Query Unit Template

Use this template for new query units to keep the repository LLM-friendly and auditable.

Metadata

  • ID: TX000 (or MV000 / PID000 / REF000)
  • Status: active | deprecated | experimental
  • Canonical: true | false
  • Source of Truth: path/to/source_file.py:symbol
  • Last Verified: YYYY-MM-DD

Purpose

Describe what this query answers in one or two lines.

Query

-- Place SQL query here

Inputs

  • Primary tables:
  • Key filters:
  • Required assumptions:

Outputs

  • Expected columns:
  • Typical row cardinality:

Validation

  • Sanity check query:
  • Known caveats:

Related Entries

  • Links to other IDs or docs.