Jacky Hu

Results 4 comments of Jacky Hu

Hi @mdibaiee we cannot reproduce this issue. I ran your example and found both `db.close` were called and `CloseSession` was sent to the server. After running your example, no active...

@aadityabhatt10 sorry for the late reply. The active session in the monitor does not show the correct info and it was already removed in the latest build and you should...

Hi @KristaHyer , the `IDBSQLSession` is the default export of `@databricks/sql/dist/contracts/IDBSQLSession` and the generated `IDBSQLSession.d.ts` is correct and expected, it should work with both `node` and `ES2022`. I just verified...

Hi @jwhite3 it is not a bug and original code should work as expected. This is because `OAuthCredentialsProvider` can be called as the function, see https://github.com/databricks/databricks-sdk-py/blob/main/databricks/sdk/credentials_provider.py#L38. Actually the original example...