I have to do partition comparison between source and target. Source will be MySql, Teradata and target will be snowflake, GCP. I am not sure from where to start. Please suggest what all steps are required for partition check. i am doing comparison in python.
Example- In mysql we have table A and in snowflake we have same table A. Now we need to do partition check.
please suggest what all checks we can do for partition and how.