Closed bluenote10 closed 3 years ago
Hi @bluenote10,
I'll need more details to investigate this. Can you please send me the code sample you are using? Please make sure to include the cluster, database and table names. aryehezk@microsoft.com
Thanks, Ariel Yehezkely
Closing due to lack of information
Code Sample, a copy-pastable example if possible
I'm directly following the ingest example, focusing on the Pandas ingest example, because it is self-contained.
I think I've gotten the authentication part right, at least I'm not getting any errors.
I have set
report_level=ReportLevel.FailuresAndSuccesses
.Problem description
The problem is that nothing happens on ingestion. During the ingestion status monitoring I'm getting:
which suggest that both
qs.success.is_empty()
andqs.failure.is_empty()
are empty.This is my very first step with ADX, which is why I have no idea how to debug the problem.
If query related, does it happen on other platforms (Kusto Web UI, Kusto Explorer)?
N/A
Output of
pip freeze