IM_01
Contributor

Hi @Ashwin_DSA 
Could you please elaborate on ignoring it in logic Ashwin?
And After reading the source table , even though I added the deleted column and populating it with NULL in target
df=df.withColumn("delcol",lit(None))  it fails.