Oracle Analytics Cloud and Server Idea Lab

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Add ability for Semantic Modeler to use Azure DevOps git Repositories without `.git` extension

Needs Votes
88
Views
2
Comments

Oracle Analytics Cloud currently enables the ability to initialize repositories for Git Repos located in ADO without the .git extension in the URL.

https://docs.oracle.com/en/cloud/paas/analytics-cloud/acswn/#GUID-CFF90F44-BCEB-49EE-B40B-8D040F02D476

Semantic Modeler supports Azure Git repositories

Semantic Modeler supports Git repositories with URLs that don't contain the .git domain, for example Azure repositories. See About Using Git Repositories with Semantic Model Development.

As of right now in Oracle Analytics Server 2025 you can pull from a git repository hosted on Azure DevOps but only if the repo name contains the .git extension in the name of the repo.

Pulling from a repo named OAS_RPD fails with the way ADO handles git repos.

Currently when attempting to initialize the Repository you get an Invalid Format error for the URL used to address the Git Repository in ADO.

`https://serverurl.com/ProjectInfo/_git/OAS_RPD`

You can work around this by naming your repository in ADO as OAS_RPD.git and are able to initialize the repository.

`https://serverurl.com/ProjectInfo/_git/OAS_RPD.git`

This feature should be added in a patch to Oracle Analytics Server 2025 to conform with ADO Git Naming Standards.

14
14 votes

Needs Votes · Last Updated

Comments

Welcome!

It looks like you're new here. Sign in or register to get started.