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

Not show partition keys in datasource create step and detail #725

Closed
brandon-wonjune opened this issue Nov 9, 2018 · 2 comments
Closed
Assignees
Labels
bug Something isn't working @datasource Component Name : Datasource/Connection Management
Milestone

Comments

@brandon-wonjune
Copy link
Contributor

Describe the bug
데이터소스 생성시 파티션이 있는경우 생성 마지막 단계와 데이터소스 상세화면에서 설정된 파티션키가 보이지 않습니다

To Reproduce
Steps to reproduce the behavior:

  1. stagingDB 데이터소스 생성(생성시 partition key가 있는 데이터로 생성)
  2. 생성 완료단계에서 설정된 파티션 키 목록이 나오지 않음
  3. 데이터소스 상세화면에서 설정된 파티션 키 목록이 나오지 않음

Expected behavior
정상적으로 파티션키 목록이 나와야합니다.

Screenshots
2018-11-09 4 15 12

Desktop (please complete the following information):
test server

Additional context
Add any other context about the problem here.

@brandon-wonjune brandon-wonjune added bug Something isn't working @datasource Component Name : Datasource/Connection Management labels Nov 9, 2018
@ufoscw
Copy link
Contributor

ufoscw commented Dec 7, 2018

@brandon-wonjune
표현 방식은 아래와 같습니다.

Response (JSON)
[  
   {  
      "ym":"201704",
      "dd":"20"
   },
  {  
      "ym":"201704",
      "dd":"21"
   }
]
to String
ym=201704/dd=20
ym=201704/dd=21

@brandon-wonjune
Copy link
Contributor Author

2019-01-07 11 29 22
수정하였습니다

ufoscw pushed a commit that referenced this issue Jan 8, 2019
* #725 add partition key show logic in information tab

* #725 remove test code in information tab

* #725 change comment partition key show method

* #725 add partition show logic in create complete step
@ufoscw ufoscw closed this as completed Jan 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working @datasource Component Name : Datasource/Connection Management
Projects
None yet
Development

No branches or pull requests

3 participants