Split large models using includes
masterTo prevent a single YAML model file from becoming unmanageably large, you can split your model into multiple files using the includes keyword. This allows you to organize components like common definitions, data assets, technical assets, boundaries, and risk tracking into separate files.
includes:
- common.yaml
- data-assets.yaml
- technical-assets.yaml
- boundaries.yaml
- risk-tracking.yaml