You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor refreshing of migration-status information for tables, eliminate another redundant refresh. (#3270)
## Changes
This PR updates the way table records are enriched with migration-status
information during encoding for the history log. Changes include:
- Ensuring refresh of the migration-status information is explicit and
under control of the workflow, an intent expressed
[here](#2743 (comment))
when the current design was laid out.
- A redundant refresh of the migration-status information is eliminated.
(This took place in the `update_tables_history_log` task, even though it
had just occurred in the `refresh_table_migration_status` task
immediately prior to it.)
- Some additional (unit) test coverage of the
`migration-progress-experimental` workflow.
### Linked issues
Splits #3239.
### Functionality
- modified existing workflow: `migration-progress-experimental`
### Tests
- added/updated unit tests
- existing integration tests
---------
Co-authored-by: Serge Smertin <[email protected]>
0 commit comments