Skip to content

Commit

Permalink
Merge pull request #1605 from Aakash3101/table
Browse files Browse the repository at this point in the history
Updated clean_column_name()
  • Loading branch information
henrykironde committed Jul 16, 2021
2 parents a56f80d + e4757c9 commit 9e410f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion retriever/lib/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ def clean_column_name(self, column_name):
"class": "classes",
"left": "vleft",
"right": "vright",
"union": "unions"
"union": "unions",
"desc": "description",
}
for x in (")", "\n", "\r", '"', "'"):
replace_dict[x] = ''
Expand Down

0 comments on commit 9e410f9

Please sign in to comment.