Hey @jeremy98 Based on some old article it looks it cannot be done:There are a few caveats you should keep in mind when adopting this new feature. Identity columns cannot be added to existing tables; the tables will need to be recreated with the new ...
Hey @Shivaprasad I think you have error due to different datatypes for column insert_date. Probably its coming as a string from CSV file. Please check what are both data types - in tables and in dataframe created based on file. Cast it if needed. Err...
Hey @adurand-accure Without details how your workflow works it can be hard to help. If the job fails on workflow part where you process large chunks of data then partitions or batches are probably your answer. Are u able to share some details?