View a markdown version of this page

Configuration sharing and composition - Modern Data Architecture Accelerator

Configuration sharing and composition

MDAA supports:

  • Sharing configurations across multiple domains and environments

  • Composing configurations from multiple files

  • Overriding configurations at different levels (global, domain, environment, module)

Configuration Merging Rules

  • Lists on same config key will be merged across config files

  • Objects on same config key will be concatenated

  • Scalar values will be overridden, with later configs taking precedence