I am copying data from SQL server through ADF copy activity and storing it in Databricks delta lake with SQL notebook, After storing the data the Blank values storing as NULL
Source datatype: varchar
Target datatype: String
How to get rid of NULL values and populate them with Blank values at the Target side?
NOT NULL Constraint is not working

