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

table, graph 실행 오류 #487

Open
tkdgns08523 opened this issue Jun 17, 2024 · 1 comment
Open

table, graph 실행 오류 #487

tkdgns08523 opened this issue Jun 17, 2024 · 1 comment

Comments

@tkdgns08523
Copy link
Contributor

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 하겠습니다.

@kyagrd
Copy link
Contributor

kyagrd commented Jun 17, 2024

참고로 마크다운에서 블럭인용은 따옴표 세 개가 아니라 역따옴표 세 개 입니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants