🚀 Enhancements
Fix bug related to loading and merging atmos configurations files @haitham911 (#1175)
## What - Fixed an issue where multiple configuration files were not loading correctly. - Now, all configuration files from each specified path are loaded and merged into the Atmos config.Why
- Previously, when loading files from multiple paths, only the first file found was loaded, ignoring the rest. This update ensures all configurations are properly merged.
references
Summary by CodeRabbit
- Refactor
- Enhanced the configuration loading mechanism to improve error handling and ensure accurate processing of YAML configuration files.
- Tests
- Added new tests for configuration merging, including scenarios for missing configuration files and merging multiple configuration files.