Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurinehate committed Oct 19, 2022
1 parent 901eb6b commit a878da6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ def get_fully_qualified_table_name(
# do some final adjustments on the fully qualified table name to help them line up with source systems:
# lowercase it
fully_qualified_table_name = fully_qualified_table_name.lower()
# strip double quotes and escaped double quotes
# strip double quotes, escaped double quotes and backticks
fully_qualified_table_name = (
fully_qualified_table_name.replace('\\"', "")
.replace('"', "")
Expand Down

0 comments on commit a878da6

Please sign in to comment.