A demo using the SAS Open Metadata Interface (IOMI) from .NET
Stars
3
Forks
1
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
10
commits
Added a GetMetadataObjectsTask and a utility method to determine the foundation repository id.
8de82d1View on GitHubAdded a GetTypePropertiesTask and also split up DotNetOMIDemo.cs into individual component class files.
37d9c43View on GitHubSwitch metadata connection method from ObjectFactoryMulti2 (via ServerDef and CreateOMRConnection) to AuthenticationService (via Login, UserContext, SetOmrCredentials and Repository).
a0ca664View on GitHubRefactored to allow the specification of a metadata task to run. Added GetNamespaces and GetTypes tasks in addition to the original, now default, GetRepositories.
232b2ffView on GitHub