Skip to main content

Posts

Showing posts from August, 2024

Semantic Modeler Series: Setting up Git repository

I will assume that I have already created a semantic model which has been deployed in my OAC environment. My intention is to share this semantic model with other developers who are working on this same model in the same time. In OBIEE this was only possible by setting up Multi-User Development Environment (MUDE). My experience with MUDE is that it wasn't perfect, often, if not careful, it was leading to problems with locking, merging, deployments. With Oracle Analytics and in particular with Semantic Modeler introduction, this has changed. When working with Semantic Modeler, Oracle Analytics gives developers two options how to setup (much stronger) collaborative environment by: giving permissions to make updates to the model to other users - Semantic Modeler is, in a way, by default multi-user development environment, and using Git , which provides proper multi-user development environment. In this case, access rights are given through Git directly. Integrating Semantic