-
Notifications
You must be signed in to change notification settings - Fork 107
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
Support for ReportMethod.Table #470
Comments
This task is currently not scheduled. |
Thanks for the reply @yogilad! I am looking to build a method where users can trigger an ingestion, and then query the status of that ingestion - my thinking is that would be relatively straight forward with An additional factor here is that the service is serverless (using azure functions), is there a documented way to consume the status queue that does not require a long lived client? TIA! |
You can consider using C#, Java or Go to implement your task. |
Hey @yogilad, unfortunately that is not feasible for us. Please consider this a feature request for supporting |
Hi @JJ11teen , we'll add this to the backlog. |
Hey team, just wondering what the plan is for using
report_method=ReportMethod.Table
when ingesting in python? I stumbled upon docs for it in the .NET kusto ingest samples and it would be very helpful for my current use case (where the client is short lived). Is this in the backlog or is there an ETA for it?See here for the functionality in .NET:
https://learn.microsoft.com/en-us/azure/data-explorer/kusto/api/netfx/kusto-ingest-client-examples#ingest-from-local-files-and-report-status-to-a-table
The text was updated successfully, but these errors were encountered: