I cannot build my HDB CDS Artifact in the SAP Web IDE Multi-Cloud Trial Version. I have done the following steps:
Content of HDB CDS Artifact:
namespace HelloWorld.db;
context dbf {
entity world {
key continent : String(100);
};
};
Content of mta.yaml:
ID: HelloWorld
_schema-version: '2.0'
version: 0.0.1
modules:
- name: db
type: hdb
path: db
requires:
- name: hdi_db
resources:
- name: hdi_db
properties:
hdi-container-name: ${service-name}
type: com.sap.xs.hdi-container
Project Structure:

Can someone explain to me how to do it right? Thanks :)