When self.database_name is available, prefer submitting .show databases queries against that database rather than NetDefaultDB since this works when the account in use only has access to the target database (i.e. very restrictive ACL situations such as the Office team's ARIA database).
Fix https://github.com/microsoft/jupyter-Kqlmagic/issues/106
When
self.database_name
is available, prefer submitting.show databases
queries against that database rather thanNetDefaultDB
since this works when the account in use only has access to the target database (i.e. very restrictive ACL situations such as the Office team's ARIA database).Future Release Comment
Fixes: