Skip to content

Commit b6e6956

Browse files
feat: expanded the config to have default db on ddl RE (#174)
1 parent 80fcc15 commit b6e6956

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

reverse_engineering/config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
"NO_DATABASES": "There is no databases in the Hive instance",
1212
"WRONG_CONNECTION": "Can not connect to the Hive instance"
1313
},
14+
"defaultDdlType": "hive",
15+
"extensions": ["hql"],
16+
"useMultipleFileReverse": true,
1417
"excludeDocKind": ["id"],
18+
"type": "database",
1519
"connectionList": ["name", "host", "port"],
1620
"helpUrl": "https://hackolade.com/help/ConnecttoaHiveinstance.html"
1721
}

0 commit comments

Comments
 (0)