Datafusion pipeline Source is a csv file in GCS Wrangler -- > Tried to validate few columns like below
Mobile_Number(column) -- > send to error --> value matches regex expression - >^[0]?[789]\d{9}$
When the similar transformations are added, wrangler is failing with errors. And also how to check the records that were filtered during validation. I can't even find which validation has failed.