-
Notifications
You must be signed in to change notification settings - Fork 14
feat: support external objects in schema tree #485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
9441561
to
7a81455
Compare
If SQL request to External Data Source and External Table work only with YQL - QueryService query type we should give user any clue. I suggest two things:
|
I don't think it's correct solution due to two reasons:
What can be done:
Anyway, I'd prefer to do it in a separate PR |
@@ -83,23 +83,25 @@ export const getActions = | |||
(path: string, type: NavigationTreeNodeType) => { | |||
const actions = bindActions(path, dispatch, setActivePath); | |||
const copyItem = {text: 'Copy path', action: actions.copyPath}; | |||
const openPreview = {text: 'Open preview', action: actions.openPreview}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i18n?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't figured out yet how correctly translate "Select query", "Upsert Query" and "Alter table", so just let it be
Support External Table and External Data Source in schema tree:
All SQL request to External Data Source and External Table work only with
YQL - QueryService
query type