mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 19:18:05 +00:00
MINOR: e2e fixes (#22787)
This commit is contained in:
parent
d376bc1aa9
commit
42572747ed
@ -85,7 +85,9 @@ class RedshiftCliTest(CliCommonDB.TestSuite, SQACommonMethods):
|
||||
SQACommonMethods.create_table_and_view(self)
|
||||
|
||||
def delete_table_and_view(self) -> None:
|
||||
SQACommonMethods.delete_table_and_view(self)
|
||||
with self.engine.connect() as connection:
|
||||
connection.execute(self.drop_view_query)
|
||||
connection.execute(self.drop_table_query)
|
||||
|
||||
def delete_table_rows(self) -> None:
|
||||
SQACommonMethods.run_delete_queries(self)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user