on 2024 Aug 06 7:44 PM
Is it possible to get a list of all objects with the business name, technical name, folder, type, etc. from the metadata information in Datasphere as in shown in the Data Builder?
I can get info about tables and views from sys schema, but only the technical names are available.
SELECT * FROM tables WHERE SCHEMA_NAME IN ('xx', 'yy')
SELECT * FROM views WHERE SCHEMA_NAME IN ('xx', 'yy')
Some more info can be gathered from the SPACE_NAME$TEC schema, but you can't get the full information either.
SELECT * FROM "SPACE_NAME$TEC"."$$DeployArtifacts$$";
SELECT * FROM "SPACE_NAME$TEC".DEPLOYED_METADATA;
Any clues?
I think you have gone through everything that is available.
HANA object tables do not contain "extra" information that Datasphere adds, so that information must be somewhere else, another thing is that it is available for query.
Maybe SAP should evaluate the possibility of publishing those tables with DSP's own metadata.
On the other hand, I don't know if you could complement that info with the one you get from the client: Accessing SAP Datasphere via the Command Line | SAP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
12 | |
7 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.