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" }