on 2021 Jun 28 5:21 PM
Group: https://developers.sap.com/group.hana-cloud-db-dev.html
--------------------------
Hello All,
I am very new to SAP CLOUD PLATFORM and I was trying to follow the tutorials in developers.sap.com (https://developers.sap.com/tutorials/hana-cloud-create-db-project.html). As per the tutorial, I have created an HDBTABLE (PERFORMANCE.HDBTABLE), an HDBINDEX (COMMENT_TEXT.HDBINDEX), an HDBTABLEDATA (DATALOAD.HDBTABLEDATA) and uploaded the csv. While trying to deploy the HDBTABLEDATA I am getting the error "8212001 The file requires "db://PERFORMANCE" which is not provided by any file".
Please find the json file below.
{
"format_version": 1,
"imports": [
{
"target_table": "PERFORMANCE",
"source_data": {
"data_type": "CSV",
"file_name": "performance.csv",
"has_header": true,
"dialect": "HANA",
"type_config": {
"delimeter": ","
}
}
}
]
}hdi-error.jpg
User | Count |
---|---|
66 | |
11 | |
11 | |
10 | |
9 | |
8 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.