Categories
- All Categories
- 168 Oracle Analytics News
- 34 Oracle Analytics Videos
- 14.8K Oracle Analytics Forums
- 5.8K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 56 Oracle Analytics Trainings
- 13 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 2 Oracle Analytics Industry
- Find Partners
- For Partners
Add ability for Semantic Modeler to use Azure DevOps git Repositories without `.git` extension

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.
Comments
-
This is a very good option to have for ease of usage
2 -
@Pravin Janardanam-Oracle is this on the roadmap?
1