Jothi Prakash
Jothi Prakash
@kvedes There is already an example that explain how to achieve it with databricks-sdk - https://github.com/databricks/databricks-sql-python/blob/main/examples/m2m_oauth.py cc @deeksha-db
@RichardOberdieck Looking into it, will raise the fix for it. In our 4.x connector PyArrow is an optional library, so you can install PyArrow and then everything should work as...
Yes, you can raise a PR
@zhaorui2022 cc @deeksha-db We have added support for Async execution from [v3.7.0](https://github.com/databricks/databricks-sql-python/releases/tag/v3.7.0)
@MeinAccount We have fixed the issue and it is available in the latest release of the PySQL Connector [v3.7.3](https://github.com/databricks/databricks-sql-python/releases/tag/v3.7.3)
@kravets-levko Fixed the issues
- Please update the PR heading to have more details - Have you manually tested if the code coverage changes when you add or remove tests ? If yes add...
@gs11 Have started the tests to run, will review after the tests have passed
@msrathore-db Can you look at this? Looks like some core Os libraries for kerberos are missing in the actions ubuntu images
- The approach without the credentials provider does work locally but not in DatabricksApps because it default to U2M and DatabricksApps is sandoxed so does not support external browser auth...