Hi All,
Recently i created a custom docker image to run on databricks on cluster, Image built successfully and also cluster started but when i try to run anything in the notebook it's throwing error:
File "/databricks/python_shell/scripts/db_ipykernel_launcher.py", line 42, in <module> from dbruntime.lsp_backend.lsp_manager import register_lsp_comm_target File "/databricks/python_shell/dbruntime/lsp_backend/lsp_manager.py", line 345 ls_manager: LSManager = None ^ SyntaxError: annotated name 'ls_manager' can't be global
Anyone has any clue what's going on?
Thanks