File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/integration/hive_metastore Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
from databricks .sdk .errors import NotFound
9
9
from databricks .sdk .retries import retried
10
10
11
- from databricks .labs .ucx .hive_metastore .grants import Grant , GrantsCrawler
11
+ from databricks .labs .ucx .hive_metastore .grants import Grant
12
12
from databricks .labs .ucx .install import deploy_schema
13
13
14
14
from ..conftest import MockRuntimeContext
@@ -102,7 +102,7 @@ def grants_contain_select_action(grants: Iterable[Grant]) -> bool:
102
102
103
103
104
104
@retried (on = [NotFound , TimeoutError ], timeout = dt .timedelta (minutes = 3 ))
105
- def test_grant_findings (runtime_ctx : MockRuntimeContext , _deployed_schema : None ) -> None :
105
+ def test_grant_findings (runtime_ctx : MockRuntimeContext , sql_backend_tacl : SqlBackend , _deployed_schema : None ) -> None :
106
106
"""Test that findings are reported for a grant."""
107
107
108
108
# Fixture: two objects, one with a grant that is okay and the other with a grant that is not okay.
You can’t perform that action at this time.
0 commit comments