-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong hdbtabledata for Draft-enabled localized entities #66
Comments
Hey Klaus :) yes, I see where the issue is.. in order to avoid it, one must explicitly include the |
Hi Christian, |
Thinking about it, this can't be done within hdbtabledata, because you can only have a constant value for the whole column there, not for each record. So.. this leaves us with augmenting the csv file copy by the additional column... |
It works fine for SQLite deployment. There, ID_texts gets populated with some generated UUIDs ... |
My deployments to HANA are failing for localized entities which are Fiori draft enabled.
For Fiori drafts, the compiler generates an additional key column for the _texts-tables (e.g.. ID_TEXT as UUID). This key column is not part of my csv-File (had no idea before that this column exist and what to put in there).
Deploying to SQLite works well. There, this key column gets filled automatically with a UUID.
Deploying to HANA fails however, because this artificial key is not considered at all.
Regards
The text was updated successfully, but these errors were encountered: