Skip to content

Commit 9d92d26

Browse files
committed
update
1 parent c6bd7f8 commit 9d92d26

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/integration/test_auth.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ def fresh_wheel_file(tmp_path) -> Path:
3939
raise RuntimeError(e.stderr)
4040

4141

42+
# TODO: Re-enable these tests after updating Databricks Connect to use the new SDK Mod.
43+
# These tests uploads the current copy of the Python SDK to the workspace and uses that copy to run some notebook code.
44+
# The reason for commenting out these tests is that Databricks Connect depends on the Python SDK in the workspace.
45+
# However, Due to the directory changes, the dependency path in Databricks Connect no longer matches with SDK Mod.
46+
# As SDK Mod represents a complete architectural change of the SDK Beta, we cannot simply use it in the DB connect,
47+
# and we need to update it accordingly.
48+
4249
# @pytest.mark.parametrize("mode", [DataSecurityMode.SINGLE_USER, DataSecurityMode.USER_ISOLATION])
4350
# def test_runtime_auth_from_interactive_on_uc(ucws, fresh_wheel_file, env_or_skip, random, mode):
4451
# instance_pool_id = env_or_skip("TEST_INSTANCE_POOL_ID")

0 commit comments

Comments
 (0)