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.
2 parents 1a10688 + ec1d48a commit ac704daCopy full SHA for ac704da
ydb_dbapi/connections.py
@@ -171,6 +171,7 @@ def cursor(self) -> Cursor:
171
session_pool=self._session_pool,
172
tx_mode=self._tx_mode,
173
tx_context=self._tx_context,
174
+ table_path_prefix=self.table_path_prefix,
175
)
176
177
def wait_ready(self, timeout: int = 10) -> None:
@@ -298,6 +299,7 @@ def cursor(self) -> AsyncCursor:
298
299
300
301
302
303
304
305
async def wait_ready(self, timeout: int = 10) -> None:
0 commit comments