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

KQL reference help link points to Azure Data Explorer instead of KQL reference #85

Closed ForrestTrepte closed 2 years ago

ForrestTrepte commented 2 years ago

The information that is printed out when kqlmagic is initialized includes: kql reference: Click on 'Help' tab > and Select 'kql reference' or execute '%kql --help "kql"'

However, selecting kql reference or running %kql --help "kql" leads to the page https://docs.microsoft.com/en-us/azure/data-explorer/?v=20220206113248. This is general Azure Data Explorer documentation with a lot of information that doesn't seem to be directly about KQL.

Would it be more helpful to the Kusto Query Language (KQL) overview page?

mbnshtck commented 2 years ago

you are right, I fixed it. thanks