I got below error while I am trying to Migrate
Foreign key (FK_EAV_ENTITY_ATTRIBUTE_ATTRIBUTE_ID_EAV_ATTRIBUTE_ATTRIBUTE_ID) constraint fails on source database. Orphan records id: 121,163,164 from `eav_entity_attribute`.`attribute_id` has no referenced records in `eav_attribute`
I got `To keep the records, disable the Data Integrity Step by modifying the Data Migration Tool’s config.xml.` in this link (https://devdocs.magento.com/.../migration-troubleshooting...) to solve this error.
How can I disable the Data Integrity Step ?