Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion forward_engineering/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
},
"feLevelSelector": {
"container": true,
"model": true
"model": true,
"entity": {
"separateBucket": true
}
},
"compMode": {
"entity": true,
Expand Down
7 changes: 3 additions & 4 deletions localization/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@
"MODAL_WINDOW___FE_SCRIPT_OPTION_CREATE": "Create",
"MODAL_WINDOW___FE_SCRIPT_OPTION_UPDATE": "Alter",
"FE_LEVEL_SELECTOR_TITLE": "Databases",
"FE_LEVEL_SELECTOR_CONTAINER": "Individual",
"FE_LEVEL_SELECTOR_MODEL": "Combined",
"FE_LEVEL_SELECTOR_CONTAINER": "Database",
"FE_LEVEL_SELECTOR_MODEL": "Model",
"FE_LEVEL_SELECTOR_ENTITY": "Table",
"MODAL_WINDOW___CONNECT_INVALID_CREDENTIALS_ERROR": "Unable to connect to Teradata instance due to one of the following reasons:\n<ul><li>The User ID, Password, or Account is incorrect.</li><li>The authentication method used is not supported (only basic authentication is allowed; LDAP and other methods are not supported).</li>\nPlease double-check your credentials and ensure you are using basic authentication. For more information, please refer to the <a href='https://hackolade.com/help/ConnecttoaTeradatainstance.html'>online documentation</a>.",

"MAIN_MENU___ATTRIBUTES": "Columns in Table Boxes",
"MAIN_MENU___DESCRIPTIONS": "Description in Table Boxes",
"MAIN_MENU___HIDE_ALL_ATTRIBUTES": "Empty Table Boxes",
Expand All @@ -175,7 +175,6 @@
"MODAL_WINDOW___OPTIONS_DISPLAY_ERD_V_FIELDS": "Columns",
"MODAL_WINDOW___OPTIONS_DISPLAY_REQUIRED_ATTRIBUTES": "Required columns",
"MODAL_WINDOW___OPTIONS_DISPLAY_NULLABLE_ATTRIBUTES": "Nullable columns",

"CUSTOM_SCRIPT_CONTAINER_VAR_NAME": "Database name",
"CUSTOM_SCRIPT_CONTAINER_VAR": "databaseName",
"CUSTOM_SCRIPT_ENTITY_VAR_NAME": "Table name",
Expand Down