microsoft / jupyter-Kqlmagic

Extension (Magic) to Jupyter notebook and Jupyter lab, that enable notebook experience working with Kusto, ApplicationInsights, and LogAnalytics data.
Other
85 stars 31 forks source link

Prefer `database_name` rather than `NetDefaultDB` for `.show databases` #107

Closed debonte closed 5 months ago

debonte commented 6 months ago

Fix https://github.com/microsoft/jupyter-Kqlmagic/issues/106

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).

Future Release Comment

Fixes: