sky-lattice/blueprint/defaults/access_profiles.yaml
VG 611ad214fe Initial Sky Lattice scaffold: blueprint, platformctl, and docs.
Encode intent/decision/plan workflow for Snowflake platform delivery so engagements share a durable recipe instead of one-off LLM chats.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-15 01:48:36 -04:00

13 lines
492 B
YAML

standard:
description: Typical domain access — analysts read curated/marts; loaders write landing/raw.
analyst_zones_read: [curated, marts]
loader_zones_write: [landing, raw]
engineer_zones: [landing, raw, curated, marts]
restricted:
description: Tighter domain — prod curated read requires explicit override + decision.
analyst_zones_read: [marts]
loader_zones_write: [landing, raw]
engineer_zones: [landing, raw, curated]
require_decision_for:
- prod_curated_read