55 lines
819 B
YAML
55 lines
819 B
YAML
|
|
customer: acme
|
||
|
|
blueprint: 0.1.0
|
||
|
|
mode: greenfield
|
||
|
|
env_strategy: database_per_env
|
||
|
|
environments:
|
||
|
|
- dev
|
||
|
|
- prod
|
||
|
|
domains:
|
||
|
|
- name: sales
|
||
|
|
access_profile: standard
|
||
|
|
zones:
|
||
|
|
- landing
|
||
|
|
- raw
|
||
|
|
- curated
|
||
|
|
- marts
|
||
|
|
- name: finance
|
||
|
|
access_profile: restricted
|
||
|
|
zones:
|
||
|
|
- landing
|
||
|
|
- raw
|
||
|
|
- curated
|
||
|
|
- marts
|
||
|
|
- name: ops
|
||
|
|
access_profile: standard
|
||
|
|
zones:
|
||
|
|
- landing
|
||
|
|
- raw
|
||
|
|
- curated
|
||
|
|
- marts
|
||
|
|
- name: marketing
|
||
|
|
access_profile: standard
|
||
|
|
zones:
|
||
|
|
- landing
|
||
|
|
- raw
|
||
|
|
- curated
|
||
|
|
- marts
|
||
|
|
warehouses:
|
||
|
|
profile: standard_cost_saver
|
||
|
|
identity:
|
||
|
|
sso: planned
|
||
|
|
service_users: true
|
||
|
|
overrides: []
|
||
|
|
unmanaged: []
|
||
|
|
wizard:
|
||
|
|
answered:
|
||
|
|
- customer
|
||
|
|
- env_strategy
|
||
|
|
- environments
|
||
|
|
- domains
|
||
|
|
- domain_access
|
||
|
|
- warehouse_profile
|
||
|
|
- identity_sso
|
||
|
|
- prod_curated_exceptions
|
||
|
|
last_run: '2026-07-15T05:34:23.899022+00:00'
|