From 07b9402dfe9cd6981bdb6562795bc55065a80407 Mon Sep 17 00:00:00 2001 From: Vitalii Yarmus Date: Fri, 3 Jul 2026 15:27:57 +0300 Subject: [PATCH] HCK-16838: add a feature flag in FE condig to not resolve the collections that are references. The FE logic in Avro handles them in a special way --- forward_engineering/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/forward_engineering/config.json b/forward_engineering/config.json index f9bb60f..8995546 100644 --- a/forward_engineering/config.json +++ b/forward_engineering/config.json @@ -6,6 +6,7 @@ "validation": true, "applyScriptToInstance": true, "applyScriptToInstanceInBrowser": true, + "resolvedEntityReference": false, "splitView": { "byAdditionalOptions": ["INCLUDE_SAMPLES"] },