Hello Everyone
Despite of having following section in package.json file
"cds": {
"hana": {
"deploy-format": "hdbtable",
"syntax": "hdi"
},
"requires": {
"db": {
"kind": "hana"
}
},
"odata": {
"version": "v4"
}
}
I am getting below mentioned error while trying to run cds deploy --to hana:my-project-db

Kindly let me know how I can troubleshoot/solve such errors
Thanks
Sandeep