Hi,
I want to create table in azure data explorer like below.
.create table Test (Id:int, Name: string)
I will get the "Name" value from blob source file but for each row i am ingesting into "Test" table in Azure data explorer i have to generate the identity value (sequence number). Is there any way that we can do it (might be in the table creation structure itself or anyother way also fine.
Thanks,
Kesav