databricks-sql-python icon indicating copy to clipboard operation
databricks-sql-python copied to clipboard

[issue-458] Log if the user passes a NoneType access token

Open susodapop opened this issue 1 year ago • 0 comments

Description

This PR implements the pattern described here to emit a log message if the user passes a None value for their access_token, since this is likely not intentional.

This doesn't change the behavior of the connector. In the case of the linked issue, it will not prevent the browser from hanging. But it will notify the user about what's happening behind the scenes.

Related Tickets & Documents

Relates #458

susodapop avatar Oct 29 '24 00:10 susodapop