Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo sync for protected branch #2413

Merged
merged 10 commits into from
Oct 6, 2024
9 changes: 3 additions & 6 deletions data-explorer/kusto/api/python/kusto-python-client-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,12 @@ including, but not exclusively, [Azure Databricks](https://azure.microsoft.com/s
* [Kusto query sample](https://github.com/Azure/azure-kusto-python/blob/master/azure-kusto-data/tests/sample.py)
* [Data ingest sample](https://github.com/Azure/azure-kusto-python/blob/master/azure-kusto-ingest/tests/sample.py)
* [GitHub Repository](https://github.com/Azure/azure-kusto-python)

[![Build status badge](https://badge.fury.io/py/azure-kusto-python.svg)](https://github.com/Azure/azure-kusto-python/actions/workflows/build.yml)

::: moniker range ="azure-data-explorer"
:::moniker range="azure-data-explorer"
* [Ingest data using Python](/azure/data-explorer/python-ingest-data)
::: moniker-end
:::moniker-end

* Pypi packages:

* [Pypi package GitHub](https://github.com/Azure/azure-kusto-python/actions/workflows/build.yml)[![Build status badge](https://badge.fury.io/py/azure-kusto-python.svg)](https://github.com/Azure/azure-kusto-python/actions/workflows/build.yml)
* [azure-kusto-data](https://pypi.org/project/azure-kusto-data/)
[![Screenshot of a button labeled P Y P I package 1.0.2.](https://badge.fury.io/py/azure-kusto-data.svg)](https://badge.fury.io/py/azure-kusto-data)
* [azure-kusto-ingest](https://pypi.org/project/azure-kusto-ingest/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ Integer value indicating the number of unique values of *expr* per summary group
This example shows how many types of death-causing storm events happened in each state. Only storm events with a nonzero count of deaths will be counted.

:::moniker range="azure-data-explorer"
> * Function performance can be degraded when operating on multiple data sources from different clusters.
::: moniker-end
> [!NOTE]
> Function performance can be degraded when operating on multiple data sources from different clusters.

> [!div class="nextstepaction"]
> <a href="https://dataexplorer.azure.com/clusters/help/databases/Samples?query=H4sIAAAAAAAAA22NsQ6CQBAFe79iS4gWNJZQoYk1Wpv1WMMm3h3cvdNA/HgRSi3fzCSvgQ/28BSHuHlTTNZy0Eno4nRIcmTwY7Wl8cnh2mqEOgO9Zws/j73ssloYXaw1iAFtaZ0n1y4gr4qcbiM1YMh88uok/DmgiorZwve0/+Y/wQetTCWoqwAAAA==" target="_blank">Run the query</a>
::: moniker-end
Expand Down