Skip to content
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

feat: add view to schema #834

Merged
merged 1 commit into from
May 23, 2024
Merged

feat: add view to schema #834

merged 1 commit into from
May 23, 2024

Conversation

artemmufazalov
Copy link
Member

@artemmufazalov artemmufazalov commented May 21, 2024

Fixes #784

Schema and Info tabs will be supported in #785

Test stand: https://nda.ya.ru/t/iuqE5xQN7625YN

Screenshot 2024-05-21 at 14 09 14

@@ -10,15 +10,16 @@

"actions.copied": "The path is copied to the clipboard",
"actions.notCopied": "Couldn’t copy the path",
"actions.externalTableSelectUnavailable": "Select query for external tables available only with 'YQL - QueryService' query mode. You need to turn in additional query modes in settings to enable it",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now we display all possible modes by default

@@ -10,7 +10,7 @@ import type {EPathType} from '../../../../types/api/schema';
import {cn} from '../../../../utils/cn';
import {useTypedDispatch, useTypedSelector} from '../../../../utils/hooks';
import {prepareQueryError} from '../../../../utils/query';
import {isExternalTable, isTableType} from '../../utils/schema';
import {isExternalTableType, isTableType} from '../../utils/schema';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just renamed some helpers

@artemmufazalov artemmufazalov marked this pull request as ready for review May 21, 2024 11:15
@artemmufazalov artemmufazalov merged commit fbeea1a into main May 23, 2024
4 checks passed
@artemmufazalov artemmufazalov deleted the add-view-to-schema branch May 23, 2024 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display view in scheme with appropriate icon
2 participants