Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx authored and FastLee committed Nov 12, 2024
1 parent 714a4a1 commit c24523e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 84 deletions.
1 change: 0 additions & 1 deletion src/databricks/labs/ucx/contexts/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
TablesMigrator,
)
from databricks.labs.ucx.hive_metastore.table_move import TableMove
from databricks.labs.ucx.hive_metastore.ownerhsip import TableOwnership
from databricks.labs.ucx.hive_metastore.udfs import UdfsCrawler, UdfOwnership
from databricks.labs.ucx.hive_metastore.verification import VerifyHasCatalog, VerifyHasMetastore
from databricks.labs.ucx.installer.workflows import DeployedWorkflows
Expand Down
80 changes: 0 additions & 80 deletions src/databricks/labs/ucx/hive_metastore/ownerhsip.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
from databricks.labs.ucx.framework.crawlers import CrawlerBase
from databricks.labs.ucx.framework.utils import escape_sql_identifier
from databricks.labs.ucx.hive_metastore import TablesCrawler
from databricks.labs.ucx.hive_metastore.tables import Table
from databricks.labs.ucx.hive_metastore.ownerhsip import TableOwnership

logger = logging.getLogger(__name__)

Expand Down
1 change: 0 additions & 1 deletion tests/unit/hive_metastore/test_table_migrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
TablesCrawler,
What,
)
from databricks.labs.ucx.hive_metastore.ownerhsip import TableOwnership
from databricks.labs.ucx.hive_metastore.view_migrate import ViewToMigrate
from databricks.labs.ucx.progress.history import ProgressEncoder

Expand Down

0 comments on commit c24523e

Please sign in to comment.