sap-tutorials / Issues

Creative Commons Attribution 4.0 International
6 stars 4 forks source link

Set Up the SAP HANA Cloud Service #669

Closed ceedee666 closed 2 years ago

ceedee666 commented 2 years ago

Tutorials: https://developers.sap.com/tutorials/btp-app-hana-cloud-setup.html

The JSON snippet in step 1 has a small issue with indentation. Correct would be:

{
    "name": "cpapp",
    ...
    "cds": {
        "requires": {
            "db": {
                "kind": "sql"
              }
          },
        "hana": {
            "deploy-format": "hdbtable"
        }
    }
}
slavipande commented 2 years ago

Hi @ceedee666 ,

Thanks for your feedback!

The indentation issue is fixed and should be visible when merged. Hence, I'll be closing this issue.

Best regards, Svetoslav