databricks-sql-python
databricks-sql-python copied to clipboard
[issue-458] Log if the user passes a NoneType access token
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