Skip to main content

Posts

Showing posts from August, 2024

Semantic Modeler Series: Setting up Git repository

Let’s assume you already have a deployed semantic model in your Oracle Analytics Cloud (OAC) environment. Now, you want to enable collaboration by allowing multiple developers to work on this model simultaneously. In the past, OBIEE supported collaboration through the Multi-User Development Environment (MUDE). However, MUDE had its challenges—locking conflicts, merge complexities, and deployment issues were common pitfalls. With the introduction of Semantic Modeler in Oracle Analytics, collaborative development is more robust and streamlined. Developers can either: assign permissions within Semantic Modeler, effectively making it a built-in multi-user environment, or integrate with Git , which brings version control and true collaborative development via source control access rights. In this article, we’ll walk through how to integrate Semantic Modeler with Git for the first time. Integrating Semantic Modeler with Git is relative...