Skip to content

Commit cdf112c

Browse files
committed
revert test select
1 parent acfa92b commit cdf112c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patchwork/steps/CallSQL/CallSQL.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __build_engine(self, inputs: dict):
3939

4040
self.engine = create_engine(connection_url, connect_args=connect_args)
4141
with self.engine.connect() as conn:
42-
conn.exec_driver_sql("SELECT 1")
42+
conn.execute(text("SELECT 1"))
4343
return self.engine
4444

4545
def run(self) -> dict:

0 commit comments

Comments
 (0)