How to verify if migration is complete #18650
-
I have a requirement to check if migration is completed so that I can run some downstream events. Is there a way to confirm over an API or entry in DB to check migration was completed and successful ? |
Beta Was this translation helpful? Give feedback.
Answered by
Prajwal214
Dec 13, 2024
Replies: 1 comment
-
To confirm if a migration is completed and successful, you can check the DATABASE_CHANGE_LOG table in the OpenMetadata database. This table tracks all migrations applied to the target database, including their status. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
srajappa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To confirm if a migration is completed and successful, you can check the DATABASE_CHANGE_LOG table in the OpenMetadata database. This table tracks all migrations applied to the target database, including their status.