From 6b233c119ce0de1f999d97c3e7313297ddda5d91 Mon Sep 17 00:00:00 2001 From: Marius Svechla Date: Thu, 23 Apr 2026 11:17:47 +0200 Subject: [PATCH] fix(ces): make engine optional in DataStoreTool engineSource The CES API accepts engineSource.dataStoreSources without specifying an engine. When engine is omitted, CES automatically uses its internally managed engine for the app, which is the same behavior as creating a data store tool via the CES console UI. This unblocks use cases where users want to reference a data store directly without managing a separate engine resource. --- mmv1/products/ces/Tool.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/mmv1/products/ces/Tool.yaml b/mmv1/products/ces/Tool.yaml index cf3ce15f65fd..5a2ec05277b7 100644 --- a/mmv1/products/ces/Tool.yaml +++ b/mmv1/products/ces/Tool.yaml @@ -579,7 +579,6 @@ properties: Full resource name of the Engine. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}` - required: true - name: filter type: String description: |-