Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/website/docs/dlt-ecosystem/destinations/databricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,14 @@ pip install dlt

4. Click Confirm to apply the change. The cluster will restart automatically.

:::warning
The location of `DeltaLiveTablesHook.py` might change when a new Databricks runtime version is released.

The following locations have been confirmed for the two latest LTS runtime versions:
- 16.4 LTS: /databricks/python_shell/lib/dbruntime/dlt/hook.py
- 15.4 LTS: /databricks/python_shell/lib/dbruntime/DeltaLiveTablesHook.py
:::

### 2. Remove preloaded databricks modules in the notebook
After the cluster starts, Databricks may partially import its built-in Delta Live Tables (DLT) modules, which can interfere with the dlt package from dltHub.

Expand Down