Skip to content

Commit 21ec2ab

Browse files
ivan-m-devLinsted
andauthored
HCK-15100: add entity level to Teradata FE (#74)
Co-authored-by: Linsted <ivan.malenko18@gmail.com>
1 parent a5f8c03 commit 21ec2ab

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

forward_engineering/config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
},
1414
"feLevelSelector": {
1515
"container": true,
16-
"model": true
16+
"model": true,
17+
"entity": {
18+
"separateBucket": true
19+
}
1720
},
1821
"compMode": {
1922
"entity": true,

localization/en.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@
157157
"MODAL_WINDOW___FE_SCRIPT_OPTION_CREATE": "Create",
158158
"MODAL_WINDOW___FE_SCRIPT_OPTION_UPDATE": "Alter",
159159
"FE_LEVEL_SELECTOR_TITLE": "Databases",
160-
"FE_LEVEL_SELECTOR_CONTAINER": "Individual",
161-
"FE_LEVEL_SELECTOR_MODEL": "Combined",
160+
"FE_LEVEL_SELECTOR_CONTAINER": "Database",
161+
"FE_LEVEL_SELECTOR_MODEL": "Model",
162+
"FE_LEVEL_SELECTOR_ENTITY": "Table",
162163
"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>.",
163-
164164
"MAIN_MENU___ATTRIBUTES": "Columns in Table Boxes",
165165
"MAIN_MENU___DESCRIPTIONS": "Description in Table Boxes",
166166
"MAIN_MENU___HIDE_ALL_ATTRIBUTES": "Empty Table Boxes",
@@ -175,7 +175,6 @@
175175
"MODAL_WINDOW___OPTIONS_DISPLAY_ERD_V_FIELDS": "Columns",
176176
"MODAL_WINDOW___OPTIONS_DISPLAY_REQUIRED_ATTRIBUTES": "Required columns",
177177
"MODAL_WINDOW___OPTIONS_DISPLAY_NULLABLE_ATTRIBUTES": "Nullable columns",
178-
179178
"CUSTOM_SCRIPT_CONTAINER_VAR_NAME": "Database name",
180179
"CUSTOM_SCRIPT_CONTAINER_VAR": "databaseName",
181180
"CUSTOM_SCRIPT_ENTITY_VAR_NAME": "Table name",

0 commit comments

Comments
 (0)