I can not find any documentation on how to view and drop fully empty rows from an ADX source table.
Using where field == ""
doesn't return what we are looking for, and the microsoft docs don't provide much insight. Does anyone know any ways to maybe filter these rows out of the ingestion source table in the first place, or run a cleaning function to automatically drop these rows?
Thanks in advance!
Prefer filter during ingestion over delete.
Demo
Naive checking
or
Shortcut