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

Change the concept to equate logical information between datasource and metadata #1237

Closed
deidera08 opened this issue Jan 10, 2019 · 24 comments
Assignees
Labels
@datasource Component Name : Datasource/Connection Management enhancement Request Change and Feature Enhancement @metadata Component Name : Metadata
Milestone

Comments

@deidera08
Copy link

deidera08 commented Jan 10, 2019

Is your feature request related to a problem? Please describe.
MDM 개편 방향을 다음과 같이 잡았습니다.
2019-01-10 8 34 33

  1. 메타데이터는 논리정보를 관리합니다.
    이름, 설명, 타입, 논리컬럼명 의 정보는 데이터소스의 정보와 같은 값입니다.
    때문에 데이터소스/메타데이터에서 위 정보 수정시 쌍방이 업데이트 됩니다.됩니다.
    더불어 데이터소스 등록시 메타데이터에도 동일 데이터가 자동 등록되어야 합니다.(수동 생성 불가)

  2. 원천 데이터의 논리정보 또한 메타데이터에서 관리할 수 있습니다.
    메타데이터에서 원천데이터를 바로 등록할 수 있습니다.
    현재는 HIVE, StagingDB를 지원하지만 점차 늘려나갈 예정입니다.

  3. 사용자가 (메타)데이터를 쉽게 검색하여 쓸 수 있는 Explore Data라는 메뉴를 구상중인데,
    이 검색을 위한 정보 또한 메타데이터에서 관리합니다.

Describe the solution you'd like
위의 상황의 첫번째 사항으로 데이터소스 등록시 메타데이터 목록에 동일 데이터가 자동 등록되어야 합니다.
데이터소스 상세화면과에 해당 메타데이터로 이동하는 버튼을 추가합니다.
마찬가지로 (데이터소스에 대한) 메타데이터일 경우 해당 데이터소스로 이동하는 버튼을 추가합니다.
이름, 설명 수정시 쌍방이 업데이트 되어야 합니다.

Describe alternatives you've considered
1. 데이터소스 > 상세화면
default
.
.
2. 메타데이터 > 상세화면
default
.
.
3. 메타데이터 생성하기
2019-01-11 4 20 36
.
.
Additional context
Related Issues:

Release Scripts

-- changed type name
update mdm_metadata set meta_source_type = ‘STAGEDB’ where meta_source_type = ‘STAGING’
update mdm_metadata_source set meta_source_type = ‘STAGEDB’ where meta_source_type = ‘STAGE’
@ninezero90hy
Copy link
Contributor

@nogah12 메타데이터 생성하기 팝업에서 데이터 소스 삭제했습니다

@koeun222
Copy link

koeun222 commented Feb 14, 2019

@AnnieHwang #1245 와 동일한 디자인 적용했습니다-

  1. 데이터소스 > 상세화면 : 제목,설명 수정 시 알림문구 뜨는위치는 같습니다
    image

  2. 메타데이터 > 상세화면
    image

@kyungtaak
Copy link
Contributor

@ninezero90hy datasource/metadata 상호간 변경사항에 대해 싱크되는 로직은 구성하였습니다. 진행하시다가 문제가 있는 부분은 말씀해주세요.

@ninezero90hy
Copy link
Contributor

@kyungtaak 네 감사합니다 :)

@brandon-wonjune
Copy link
Contributor

@kyungtaak
데이터소스 화면에서 메타데이터 화면으로 가기위해 메타데이터 아이디가 필요합니다.
어떤 프로퍼티를 사용하면 되나요?
데이터소스 상세화면은 아래와 같은 api를 사용중입니다.

api/datasources/{dsId}?projection=forDetailView

@ninezero90hy
Copy link
Contributor

@deidera08 메세지 확인 부탁드립니다

2019-02-18 1 49 40

  • 데이터소스 또한 수정될 때 업데이트됩니다.
  • Datasource is also updated when modified.
  • 當修改數據時,數據來源也更新。

@ninezero90hy
Copy link
Contributor

ninezero90hy commented Feb 18, 2019

@brandon-wonjune


2019-02-18 2 45 38


  • metadata -> Master data 로 레이블이 변경될 예정입니다
  • 버튼 레이블은 Go to Master data로 해주세요

@deidera08
Copy link
Author

@ninezero90hy

데이터소스 또한 수정될 때 업데이트됩니다.
Datasource is also updated when modified.
當修改數據時,數據來源也更新。

문구를 다음과 같이 부탁드려요

  • Datasource is also updated when modified.
  • 수정 내용이 데이터소스에도 반영됩니다.

중문은.. 관리하시는 분이 안계셔서 잘 모르겠습니다.
양해 부탁드려요

@ninezero90hy
Copy link
Contributor

@deidera08 네 알겠습니다 :)

ninezero90hy added a commit that referenced this issue Feb 28, 2019
ninezero90hy added a commit that referenced this issue Mar 1, 2019
ninezero90hy added a commit that referenced this issue Mar 1, 2019
ninezero90hy added a commit that referenced this issue Mar 1, 2019
 - Modify Comments to Function
 - Changed the used constant code to Enum
@kyungtaak
Copy link
Contributor

@ninezero90hy 위 에러 내용은 수정했습니다.

brandon-wonjune added a commit that referenced this issue Mar 4, 2019
ninezero90hy added a commit that referenced this issue Mar 5, 2019
… taken on the metadata page

 - Show Guide When Renaming Metadata Names
ninezero90hy added a commit that referenced this issue Mar 5, 2019
ninezero90hy added a commit that referenced this issue Mar 5, 2019
ninezero90hy added a commit that referenced this issue Mar 6, 2019
ninezero90hy added a commit that referenced this issue Mar 6, 2019
ninezero90hy added a commit that referenced this issue Mar 7, 2019
brandon-wonjune added a commit that referenced this issue Mar 7, 2019
kyungtaak added a commit that referenced this issue Mar 7, 2019
kyungtaak pushed a commit that referenced this issue Mar 7, 2019
@joohokim1
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@datasource Component Name : Datasource/Connection Management enhancement Request Change and Feature Enhancement @metadata Component Name : Metadata
Projects
None yet
Development

No branches or pull requests

8 participants