From 5553c87ea79865bfa95f5b9ee7b2f4da4942ee0c Mon Sep 17 00:00:00 2001 From: Taras Dubyk Date: Thu, 15 Jan 2026 16:50:20 +0200 Subject: [PATCH] add relationship direction mapping for new Polyglot conceptual relationships --- polyglot/adapter.json | 46 ++++++++++++++++++++++++++++++++++++ polyglot/convertAdapter.json | 46 ++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) create mode 100644 polyglot/adapter.json create mode 100644 polyglot/convertAdapter.json diff --git a/polyglot/adapter.json b/polyglot/adapter.json new file mode 100644 index 0000000..d61e138 --- /dev/null +++ b/polyglot/adapter.json @@ -0,0 +1,46 @@ +/** + * Copyright © 2016-2018 by IntegrIT S.A. dba Hackolade. All rights reserved. + * + * The copyright to the computer software herein is the property of IntegrIT S.A. + * The software may be used and/or copied only with the written permission of + * IntegrIT S.A. or in accordance with the terms and conditions stipulated in + * the agreement/contract under which the software has been supplied. + * + * { + * "add": { + * "entity": [], + * "container": [], + * "model": [], + * "view": [], + * "field": { + * "": [] + * } + * }, + * "delete": { + * "entity": [], + * "container": [], + * "model": [], + * "view": [], + * "field": { + * "": [] + * } + * }, + * "modify": { + * "entity": [ + * { + * "from": { }, + * "to": { } + * } + * ], + * "container": [], + * "model": [], + * "view": [], + * "field": [] + * }, + * } + */ +{ + "modify": { + "relationship": [["mapEdgeRelationshipDirectionForPolyglotDerive"]] + } +} diff --git a/polyglot/convertAdapter.json b/polyglot/convertAdapter.json new file mode 100644 index 0000000..5bc2134 --- /dev/null +++ b/polyglot/convertAdapter.json @@ -0,0 +1,46 @@ +/** + * Copyright © 2016-2018 by IntegrIT S.A. dba Hackolade. All rights reserved. + * + * The copyright to the computer software herein is the property of IntegrIT S.A. + * The software may be used and/or copied only with the written permission of + * IntegrIT S.A. or in accordance with the terms and conditions stipulated in + * the agreement/contract under which the software has been supplied. + * + * { + * "add": { + * "entity": [], + * "container": [], + * "model": [], + * "view": [], + * "field": { + * "": [] + * } + * }, + * "delete": { + * "entity": [], + * "container": [], + * "model": [], + * "view": [], + * "field": { + * "": [] + * } + * }, + * "modify": { + * "entity": [ + * { + * "from": { }, + * "to": { } + * } + * ], + * "container": [], + * "model": [], + * "view": [], + * "field": [] + * }, + * } + */ +{ + "modify": { + "relationship": [["mapEdgeRelationshipDirectionForPolyglotConvert"]] + } +}