Tutorials: https://developers.sap.com/tutorials/hana-cloud-access-cross-container-schema.html
--------------------------
At Step 6 Create a view - Open Data, I get the following error in a pop up window :
Could not open 'DM_HDI_DB_1'.'RegionTextsView'.
Error: (dberror) [258]: insufficient privilege: Detailed info for this error can be found with guid 'DF22148E4BA0DF44A6F541A3C8FF7A68'
The data preview uses the following statement to fetch data:
SELECT TOP 1000
"REGION",
"DESCRIPTION"
FROM "DM_HDI_DB_1"."RegionTextsView"
