I am working with SAP Cloud Platform Cloud Foundry and SAP HANA Service (SAP HANA 2.0 SP4).
CDS is used to define entities. After successful creation I notice that one field name has to be changed. I did the change in data-model.cds.
1. Build CDS finished successfully
2. Build HDB finished with error
Error: com.sap.hana.di.cds: Sub artifact "MAX_COUNT" not found in "MY_WS0303_ACTIONLIST" [1310040]
at "src/gen/MY_CATALOGSERVICE_ACTIONLIST.hdbcds" (107:27-46)
Table is already deleted in schema. View is also already deleted in schema.
I cannot find the artifact referenced in error message. What could I check next?