From 972f75316ca30dc0da39f8af6a084bf36040f988 Mon Sep 17 00:00:00 2001 From: Chad Bentz <1760475+felickz@users.noreply.github.com> Date: Mon, 10 Aug 2026 16:15:05 -0400 Subject: [PATCH] Require alphabetical model entries Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .github/prompts/data_extensions_development.prompt.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/prompts/data_extensions_development.prompt.md b/.github/prompts/data_extensions_development.prompt.md index f8e9c35..2a45ea1 100644 --- a/.github/prompts/data_extensions_development.prompt.md +++ b/.github/prompts/data_extensions_development.prompt.md @@ -172,6 +172,8 @@ models/ Naming convention: `-.model.yml` (lowercase, hyphen-separated). +Keep data extension model entries in alphabetical order. + All `.model.yml` files within a model pack are automatically picked up via the `dataExtensions` glob in `qlpack.yml` (e.g., `dataExtensions: models/**/*.yml`). ### Common Workflows