Get trial

English

📘 What's Included in the `.acrepox` File?

AnalyticsCreator supports version control by allowing users to export their repository into a structured JSON format. This enables seamless integration with Git-based systems such as GitHub or Azure DevOps, empowering teams to manage their data product development process with full traceability, collaboration, and control. Version control brings critical benefits to your data warehouse development lifecycle: - Track changes to your metadata and configurations - Enable collaboration across multiple developers - Revert to previous versions when needed - Integrate with CI/CD pipelines - Support consistent deployment and testing workflows In AnalyticsCreator, click: File > Save to file This exports your entire repository to a local file. Save To File In the Save dialog, select the file type: 📄 AC JSON Files (*.acrepox) This format includes all repository metadata, project structure, layers, transformations, and configurations. Select File Type The exported file contains: - Project metadata - Data layers, ETL logic, and semantic models - Parameters, transformations, macros - Relationships and object dependencies

🔐 Credentials are NOT included. This ensures secure storage and prevents leaking sensitive information.

Updated