You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently with Kusto connector, there is a way to set a DropByTag to an extent. however, there is no way to overwrite an extent with a new data.
Describe the solution you'd like
Either having a method to call to drop an extend or I would like to allow "overwrite" mode to drop an extent if there is a matched dropbytag.
Describe alternatives you've considered
One alternative to do it is using Kusto API directly. but it is a hassle.
Additional context
If there is any known way to do this via KustoConnector. please share the documentation.
The text was updated successfully, but these errors were encountered:
thanks for the reply, @yogilad.
I already use ".drop" with azure.kusto.data.KustoClinet.execut_mgmt().
since I'm using Synapse, for loading(querying) and saving, I use the belows.
All these can be done via a link service. However, for executing a management command, since I'm using the azure.kusto.data.KustoClinet, I need an AppId other than the same link service. it is a double work since I need to maintain a App secret.
I wonder whether there is a way to call '.drop' via a link service or using "overwrite" mode in the above approach.
Is your feature request related to a problem? Please describe.
Currently with Kusto connector, there is a way to set a DropByTag to an extent. however, there is no way to overwrite an extent with a new data.
Describe the solution you'd like
Either having a method to call to drop an extend or I would like to allow "overwrite" mode to drop an extent if there is a matched dropbytag.
Describe alternatives you've considered
One alternative to do it is using Kusto API directly. but it is a hassle.
Additional context
If there is any known way to do this via KustoConnector. please share the documentation.
The text was updated successfully, but these errors were encountered: