-
Notifications
You must be signed in to change notification settings - Fork 112
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
Auto-add a rename rule for Hive snapshot #1331
Comments
METATRON-1533에서 발췌한 추천 이름 규칙입니다.
|
Rename 팝업에 내용 추가하였습니다. |
#1638 scroll이슈입니다 |
@koeun222 데이터 그리드의 포커스 부분 디자인은 #1638로 분리 부탁드립니다 |
@minjung-cho @ksparknot |
@joohokim1 @AnnieHwang 네, 이해했습니다. 의견 주신 부분 반영한 기획서 입니다. 이해가 다른 부분이 없는지 한번 더 검토 부탁드립니다- |
@minjung-cho @AnnieHwang @ksparknot @sang-hee-lee @paigechoi
전 위처럼 간단하게 처리하고 넘어가려고 했거든요. 그래서 본 SP에 할 수 있을 것으로 생각했는데, 제안하신 것처럼 새 화면이나 제약 조건 등이 들어가야한다면, 시간이 별로 없을 것 같습니다. 제가 지금까지 받은 VoC로는 위의 간단한 처리로도 괜찮은 것 같은데, 이번 마일스톤에 빨리 태우고, 다음에 더 개선하는 것은 어떨런지요? |
@joohokim1 @sang-hee-lee @paigechoi 네, 제가 보기엔 기존 화면을 활용하는 선인것 같은데 그게 아닌가 보네요 ㅎ 어떻게 끊을지 결정해서 알려주시면 참고하고 있겠습니다- |
@minjung-cho @AnnieHwang @ksparknot @sang-hee-lee @paigechoi 유선으로 대화 나눈 것처럼, 이번 SP에는 간단히 진행해서, 마일스톤내에 태우기로 하고, 다음 번에 더 UX를 보완하기로 했습니다. |
- add confirmation popup - add aromanize(package) to convert korean into english
- do not pass grid data around components (when edit mode, wrong grid data was passed to snapshot create component)
* #1331 rename columns when columns are inappropriate for hive snapshot - add confirmation popup - add aromanize(package) to convert korean into english * #1331 remove first character check for Hive tables * #1331 Fix validation for renaming * #1331 Fix regular expression when renaming column names for hive * #1331 Fix regular expression for duplicate column names * #1331 Fetch dataset grid info when snapshot create popup is opened - do not pass grid data around components (when edit mode, wrong grid data was passed to snapshot create component)
Is your feature request related to a problem? Please describe.
Column names containing unicode and space, and so on cannot be accepted in Hive.
Currently, if there are forbidden column names, an error occurs with direction to rename them.
Describe the solution you'd like
It would be better if we help to append a rename rule.
In stead of sending the request, UI should show multi-column rename pop-up.
We can fill with appropriate names in advance like below.
Additional context
Hangul unicode letter -> Romanize (https://www.npmjs.com/package/aromanize)
Space -> _
Column names containing other unicode letters -> just column1, column2, etc.
The text was updated successfully, but these errors were encountered: