-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add non delta dbfs table migration (What.DBFS_ROOT_NON_DELTA) in migr…
…ate_table workflow (#1621) ## Changes There are 3 workflows for migrating tables. migrate_tables: covers EXTERNAL_SYNC, DBFS_ROOT_DELTA, VIEW migrate-external-hiveserde-tables-in-place-experimental: covers EXTERNAL_HIVESERDE and VIEW migrate-external-tables-ctas: covers EXTERNAL_NO_SYNC, EXTERNAL_HIVESERDE and VIEW - This change adds the remaining scenario DBFS_ROOT_NON_DELTA to the migrate_tables workflow - Also adds AclMigrationWhat.PRINCIPAL to the ACL migration strategy Resolves #332 ### Functionality - [ ] added relevant user documentation - [ ] added new CLI command - [ ] modified existing command: `databricks labs ucx ...` - [ ] added a new workflow - [X] modified existing workflow: `...` - [ ] added a new table - [ ] modified existing table: `...` ### Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant tests --> - [ ] manually tested - [X] added unit tests - [X] added integration tests - [ ] verified on staging environment (screenshot attached) --------- Co-authored-by: vuong-nguyen <[email protected]> Co-authored-by: Vuong <[email protected]>
- Loading branch information
1 parent
10522a6
commit e3bdd3d
Showing
3 changed files
with
100 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters