You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Whenever I open VSCode, I get a pop up saying there was an error in the Databricks extension. The logs under "Databricks notebooks" are:
==============================
Errors in 00-databricks-init-521d4d873faf4188b22df93d8b79802b.py:
WARNING - All log messages before absl: :InitializeLog() is called are written to STDERR
E0000 00 - 00: 1733321660.067554 16861 init.cc:229] grpc_wait_for_shutdown_with_timeout() timed out.
Things seem to work just fine, but after running my notebook, I see the same error in the end of the logs.
"/home/gabriel.russo/cci-notebooks/.venv/bin/python" "/home/gabriel.russo/.vscode-server/extensions/databricks.databricks-2.4.8-linux-x64/resources/python/dbconnect-bootstrap.py" "/home/gabriel.russo/cci-notebooks/src/notebooks/bre/test_bench.py"
+---+
|bar|
+---+
|foo|
+---+
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
E0000 00:00:1733321886.998162 17855 init.cc:229] grpc_wait_for_shutdown_with_timeout() timed out.
To Reproduce
Install Databricks Extension v2.4.8
Connect it to a cluster with Databricks Connect 14.3.5 and Python 3.10.15
Run the sample notebook
See the error
Screenshots
If applicable, add screenshots to help explain your problem.
Describe the bug
Whenever I open VSCode, I get a pop up saying there was an error in the Databricks extension. The logs under "Databricks notebooks" are:
Things seem to work just fine, but after running my notebook, I see the same error in the end of the logs.
Here's the notebook source:
and when I run it:
To Reproduce
Screenshots
If applicable, add screenshots to help explain your problem.
System information:
Databricks Extension Version:
v2.4.8
Databricks Extension Logs
Please attach the databricks extension logs
(How to find extension logs? the link does not seem to be correct)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: