File size: 832 Bytes
c14ceee | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Tenant configuration — the ONE place a customer's specifics live (OM-2 parameterization,
# 2026-07-11). Topics reference these as {param} placeholders in store scope_sql; everything else
# in model/ is TENANT-AGNOSTIC (= the template library, task #13). Onboarding a new customer =
# write THIS file (+ .env credentials) — the topics/metrics/skills stamp in unchanged.
key: royal_imports
label: Royal Imports / Fisch Floral Supply
params:
# Business units: the sales teams that constitute the wholesale business (BU strict isolation).
wholesale_team_ids: [5, 6]
team_names: {5: Fisch, 6: Royal}
# Channel exclusions: partners excluded from WHOLESALE scope (Amazon rides through this partner;
# all-channel topics — GL, receivables — deliberately do NOT apply it).
excluded_partner_name_like: "GIFTWARE DEALS%"
|