-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Support for Migrating Table ACL of Interactive clusters using SPN (…
- Loading branch information
Showing
20 changed files
with
1,189 additions
and
79 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
from databricks.labs.ucx.hive_metastore.grants import GrantsCrawler | ||
from databricks.labs.ucx.hive_metastore.locations import ( | ||
ExternalLocations, | ||
Mounts, | ||
TablesInMounts, | ||
) | ||
from databricks.labs.ucx.hive_metastore.tables import TablesCrawler | ||
|
||
__all__ = ["TablesCrawler", "GrantsCrawler", "Mounts", "ExternalLocations", "TablesInMounts"] | ||
__all__ = ["TablesCrawler", "Mounts", "ExternalLocations", "TablesInMounts"] |
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
Oops, something went wrong.