From a8454bf04dece4bfe3b136343a14bf8d72becf89 Mon Sep 17 00:00:00 2001 From: DJ Adams Date: Tue, 7 Jul 2026 16:42:52 +0100 Subject: [PATCH] Remove @data.product anno from xflights srv sample in cds-export section The annotation [was removed in the source](https://github.com/capire/xflights/commit/52edcaa5a7b779ee734fb62942c8959dbd5b2e48) so perhaps this should be realigned. --- tools/cds-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cds-cli.md b/tools/cds-cli.md index c71e8f1bd..f5560551d 100644 --- a/tools/cds-cli.md +++ b/tools/cds-cli.md @@ -482,7 +482,7 @@ could look like this: ```cds [srv/data-service.cds] using { sap.capire.flights as my } from '../db/schema'; -@data.product @hcql @rest @odata +@hcql @rest @odata service sap.capire.flights.data { @readonly entity Flights as projection on my.Flights; @readonly entity Airlines as projection on my.Airlines;