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

Support for ReportMethod.Table #470

Open
JJ11teen opened this issue Apr 10, 2023 · 5 comments
Open

Support for ReportMethod.Table #470

JJ11teen opened this issue Apr 10, 2023 · 5 comments

Comments

@JJ11teen
Copy link

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

@yogilad
Copy link
Contributor

yogilad commented Apr 16, 2023

This task is currently not scheduled.
We commonly recommend a fire and forget ingestion, as table status does not scale up well (lower limits then Kusto ingestion capabilities).

@JJ11teen
Copy link
Author

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 tracking_id in combination with ReportMethod.Table? How do you recommend accomplishing this with queues?

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!

@yogilad
Copy link
Contributor

yogilad commented Apr 30, 2023

You can consider using C#, Java or Go to implement your task.

@JJ11teen
Copy link
Author

JJ11teen commented May 2, 2023

Hey @yogilad, unfortunately that is not feasible for us. Please consider this a feature request for supporting ReportMethod.Table in azure-kusto-python (:

@JJ11teen JJ11teen changed the title ReportMethod.Table Support for ReportMethod.Table May 2, 2023
@yogilad
Copy link
Contributor

yogilad commented Jun 11, 2023

Hi @JJ11teen , we'll add this to the backlog.
We are accepting code contributions, so if this is important enough we can guide you through this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants