Azure Data Explorer External Table with Partition
I am trying to create an Azure Data Explorer external table in azure using a parquet file with partitions and somehow ,I am not able to get the URI properly using UI or KQL always getting error or return query count from external table as 0. without partition it works fine and my data is stored like this as below
https://abc.blob.core.windows.net/logs/tenantId=xyz/y=2025/m=01/d=01/h=00/m=00/abc.parquet
Here m=00 is always harcoded and other parts are dynamic and creatin a external table with partitions will help us to drill down to the exact hour for better query perfomance. Also I am open to suggestion if we say partition on data columns for me all time data column is showing as string