Skip to content

Commit

Permalink
Merge pull request #2413 from MicrosoftDocs/main638638542134144878syn…
Browse files Browse the repository at this point in the history
…c_temp

For protected branch, push strategy should use PR and merge to target branch method to work around git push error
  • Loading branch information
learn-build-service-prod[bot] authored Oct 6, 2024
2 parents 32ac560 + 1ecd957 commit d1d9a02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
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

0 comments on commit d1d9a02

Please sign in to comment.