Skip to content

Commit

Permalink
DH-5583/filtering the create table commands (#425)
Browse files Browse the repository at this point in the history
* DH-5583/filtering the create table commands

* DH-5583/reformat with black
  • Loading branch information
MohammadrezaPourreza authored Mar 12, 2024
1 parent 4cade76 commit de2ce06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dataherald/sql_database/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ def parser_to_filter_commands(cls, command: str) -> str:
"TRUNCATE",
"MERGE",
"EXECUTE",
"CREATE",
]
parsed_command = sqlparse.parse(command)

Expand Down

0 comments on commit de2ce06

Please sign in to comment.