-
Feature
-
Resolution: Done
-
Critical
-
None
Currently in Fuse Online, when a user goes to create view using the SQL editor approach, he/she is presented with SQL aware text editor for them provide the view definition inside it.
This request is to add "table" component to the left of the SQL Editor component, that shows a metadata tree, that user can expand/collapse. The metadata tree must contain 3 levels deep where it shows
Data Source Name (schema) | |--- Table A | | -- Col X | | -- Col Y | | -- Col Z |---- Table B | | -- Col 1 | | -- Col 2
Essentially same information as wizard in "create view". Also when user double clicks or does some action to select a left at any level the fully qualified name must be entered into the right side editor where the cursor position is currently at.
- causes
-
ENTESB-13232 Metadata Tree for SQL Editor work continuation
- Closed