Skip to content

Commit

Permalink
merges
Browse files Browse the repository at this point in the history
  • Loading branch information
HariGS-DB committed Mar 29, 2024
2 parents 54ff3cb + 8cae9e8 commit 3798cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/databricks/labs/ucx/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def migrate_external_tables_sync(
group_manager,
migration_status_refresher,
interactive_grants,
).migrate_tables(what=What.EXTERNAL_SYNC, acl_strategy=[AclMigrationWhat.LEGACY_TACL, AclMigrationWhat.PRINCIPAL])
).migrate_tables(what=What.EXTERNAL_SYNC)


@task("migrate-tables", job_cluster="table_migration")
Expand Down Expand Up @@ -476,7 +476,7 @@ def migrate_dbfs_root_delta_tables(
group_manager,
migration_status_refresher,
interactive_grants,
).migrate_tables(what=What.DBFS_ROOT_DELTA, acl_strategy=[AclMigrationWhat.LEGACY_TACL, AclMigrationWhat.PRINCIPAL])
).migrate_tables(what=What.DBFS_ROOT_DELTA)


@task("migrate-groups-experimental", depends_on=[crawl_groups])
Expand Down

0 comments on commit 3798cdd

Please sign in to comment.