Overview
Overview
Save project generates a complete snapshot of your data warehouse metadata as a file system hierarchy. This approach provides several advantages over traditional backup formats:
- Version Control Integration: Each object is stored as a separate file, enabling Git to track changes, diffs, and histories
- Human Readable: Object definitions are stored as JSON/XML files that can be inspected and edited with standard tools
- Selective Recovery: Individual objects can be restored from the folder structure without importing the entire repository
- Team Collaboration: Multiple developers can work on different objects and merge changes using standard VCS workflows