We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df45c53 commit 1ea02f7Copy full SHA for 1ea02f7
src/databricks/labs/ucx/assessment/sequencing.py
@@ -148,9 +148,9 @@ class MigrationSequencer:
148
Analysing the graph in this case means: computing the migration sequence in `meth:generate_steps`.
149
"""
150
151
- def __init__(self, ws: WorkspaceClient, admin_locator: AdministratorLocator):
+ def __init__(self, ws: WorkspaceClient, administrator_locator: AdministratorLocator):
152
self._ws = ws
153
- self._admin_locator = admin_locator
+ self._admin_locator = administrator_locator
154
self._counter = itertools.count()
155
self._nodes: dict[MigrationNodeKey, MigrationNode] = {}
156
0 commit comments