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
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1313,6 +1313,7 @@ access the configuration file from the command line. Here's the description of c
1313
1313
*`num_threads`: An optional integer representing the number of threads to use for migration.
1314
1314
*`database_to_catalog_mapping`: An optional dictionary mapping source database names to target catalog names.
1315
1315
*`default_catalog`: An optional string representing the default catalog name.
1316
+
*`skip_tacl_migration`: Optional flag, allow skipping TACL migration when migrating tables or creating catalogs and schemas.
1316
1317
*`default_owner_group`: Assigns this group to all migrated objects (catalogs, databases, tables, views, etc.). The group has to be an account group and the user running the migration has to be a member of this group.
1317
1318
*`log_level`: An optional string representing the log level.
1318
1319
*`workspace_start_path`: A string representing the starting path for notebooks and directories crawler in the workspace.
0 commit comments