While running my query in Uipath I am getting this error - Run query: Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.
If I run this query on databricks its working fine. I figured out the issue is with one of the column which have notes in it (string data type). I tried converting it to varchar,char that doesn’t work either. If I remove that column it work perfect.
Any help or suggestion will be appericated.
Thanks in advance