I am migrating from Magento open source 1.9 to 2.3.3
the initial migration went well, however, I am trying to do delta migration by using Magento migration tool.
Running the delta command for migration tool gives me the error
Base table or view not found: 1146 Table
'magent7.catalog_url_rewrite_product_category'
doesn’t exist
Although, the table is existing, but I believe the tool doesn’t add the database prefix before forming the query.
Any help is appreciated.
Thank you