Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
메타데이터 컬럼의 타입 변경시 TIMSTAMP 타입이 아닌 경우 format이 남아있던 현상 수정
메타데이터 컬럼의 role이 TIMESTAMP인 경우 format을 변경할 수 있는 아이콘이 나오는 현상 수정 (데이터소스와 동일)
disable 된 컬럼 위에 컬럼 타입 목록이 열려있는경우 해당 위치의 타입을 클릭할 수 없던 현상 수정
Related Issue :
통합테스트
How Has This Been Tested?
Need additional checks?
Types of changes
Checklist:
Additional Context
메타데이터 > column dictionary를 생성시에 timestamp 타입으로 생성하는 경우 format이 있음
이렇게 생성한 column dictionary를 메타데이터에서 불러올경우 format validation없이 해당 포맷이 덮어 씌워지게 됨
(현재는 logical column name을 제외한 값은 변경이 불가능하도록 되어있음)
추후 format을 변경또는 validation할수 있는것을 활성화 필요