From 5db97b85f115d5539a8becc7f6608ca9910961bf Mon Sep 17 00:00:00 2001 From: chulanovskyi Date: Fri, 12 Jun 2026 12:55:35 +0300 Subject: [PATCH] feat: expanded the config to have default db on ddl RE --- reverse_engineering/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reverse_engineering/config.json b/reverse_engineering/config.json index ca9457a..8e163d3 100644 --- a/reverse_engineering/config.json +++ b/reverse_engineering/config.json @@ -11,7 +11,11 @@ "NO_DATABASES": "There is no databases in the Hive instance", "WRONG_CONNECTION": "Can not connect to the Hive instance" }, + "defaultDdlType": "hive", + "extensions": ["hql"], + "useMultipleFileReverse": true, "excludeDocKind": ["id"], + "type": "database", "connectionList": ["name", "host", "port"], "helpUrl": "https://hackolade.com/help/ConnecttoaHiveinstance.html" }