You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
837da9c 버전의 schema_checker.py 파일을 가지고 897e0a8 버전의 show_table.py 파일과 897e0a8 버전의 show_graph.py 파일을 실행했을 때 실행이 안된 부분이 있었습니다. 기존 스키마 파일에 모듈
'''
import re
from typing import Union, List
'''
이거에서
'''
import re
from typing import Union, List
import strictyaml
from strictyaml import EmptyList, Str, Int, Map, Seq, Optional
'''
이렇게 바꾸니 graph는 정상적으로 작동했고 table 파일은 들여쓰기 문제와 실행 함수의 오류로 인해 발생한 걸로 확인되어서 이 부분 수정해서 PR 하겠습니다.
The text was updated successfully, but these errors were encountered:
837da9c 버전의 schema_checker.py 파일을 가지고 897e0a8 버전의 show_table.py 파일과 897e0a8 버전의 show_graph.py 파일을 실행했을 때 실행이 안된 부분이 있었습니다. 기존 스키마 파일에 모듈
'''
import re
from typing import Union, List
'''
이거에서
'''
import re
from typing import Union, List
import strictyaml
from strictyaml import EmptyList, Str, Int, Map, Seq, Optional
'''
이렇게 바꾸니 graph는 정상적으로 작동했고 table 파일은 들여쓰기 문제와 실행 함수의 오류로 인해 발생한 걸로 확인되어서 이 부분 수정해서 PR 하겠습니다.
The text was updated successfully, but these errors were encountered: