Add upgrade status and upgrade target to the "tables" assessment table #303
Labels
feat/migration-index
mapping of databases to catalog or potentially other databases
migrate/external
go/uc/upgrade SYNC EXTERNAL TABLES step
migrate/managed
go/uc/upgrade Upgrade Managed Tables and Jobs
step/assign metastore
go/uc/upgrade Assign Metastore
As part of the assessment process.
Add the following columns to the "tables" assessment table.
upgrade_status | int | Upgrade Status, 1 for upgraded 0 for not | default:0
upgrade_target | string | Target Table for (3 level) of upgrade | default:""
Set upgrade_status to 1 if upgraded_to property is set on the table properties.
The text was updated successfully, but these errors were encountered: