Open
Description
Hello!
When using executeStatement
from a IDBSQLSession, the type hinting returns an IOperation
which is missing several of the helpful methods in DBSQLOperation
(e.g. getId()
). See:
databricks-sql-nodejs/lib/DBSQLSession.ts
Line 192 in 771fb3b
Is there a way to properly return a DBSQLOperation
from an IDBSQLSession so that I can safely use its methods?
Metadata
Metadata
Assignees
Labels
No labels