I got a csv file which I am looking to read into a streaming table. I always want to add a generated identity column as surrogate key. I found few blogs which says we can achieve this by explicit mention of schema. However, I have around 40 odd fiel...