We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acfa92b commit cdf112cCopy full SHA for cdf112c
patchwork/steps/CallSQL/CallSQL.py
@@ -39,7 +39,7 @@ def __build_engine(self, inputs: dict):
39
40
self.engine = create_engine(connection_url, connect_args=connect_args)
41
with self.engine.connect() as conn:
42
- conn.exec_driver_sql("SELECT 1")
+ conn.execute(text("SELECT 1"))
43
return self.engine
44
45
def run(self) -> dict:
0 commit comments