Skip to content

Commit

Permalink
111
Browse files Browse the repository at this point in the history
  • Loading branch information
ymakedaq committed Dec 9, 2024
1 parent 9a4c5ae commit 3554484
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def sql_semantic_check_flow(self):
# parse db from sqlfile
sqlfile_list = itertools.chain(*[set(obj["sql_files"]) for obj in self.data["execute_objects"]])
path = self.data["path"]
resp = parse_db_from_sqlfile(path=path, files=sqlfile_list)
resp = parse_db_from_sqlfile(path=path, files=list(sqlfile_list))
if resp is None:
logger.warning("root id:[{}]parse db from sqlfile resp is None,set dump_all to True.".format(self.root_id))
else:
Expand Down

0 comments on commit 3554484

Please sign in to comment.