Please endorse: ERS119504- Atlas API for Objects having Data Objects in Data Lake is currently missing.
In the Data Lake > Atlas menu option all Objects having Data Objects in Data Lake are shown.
For this the <https://idf-06ionce.idf.eu1.inforcloudsuite.com/datafabricui/api/datalake/atlas/listdocuments> is called in the UI, which responds with a JSON showing number of Data Objects and lastIngested date for that object.
e.g. {"documentName":"LN_tcemm110","type":"JSON","subType":"JSONStream","lastIngested":1750952205243,"count":187}
But no API call in API Gateway is available to get the same information!
Due to that lack we have to use the Data Catalog API /IONSERVICES/datacatalog/v1/object/list and based on that start checking the presence of Data Objects for each and every object found in the Data Catalog.
This means many unnecessary API calls are triggered, Data Catalog may have 1000+ objects of which only 100+ are present in Data Lake.
Please create Atlas API for Objects having Data Objects in Data Lake.