Provides type hints for Databricks DBUtils (dbutils), enabling IDE autocompletion and static type checking. Version 0.1.9, maintained as a stub-type package with periodic updates to match Databricks runtime changes.
pip install dbutils-typehintVerified import paths — ran on the pinned version, not inferred.
Import the module to activate type hints for dbutils. No direct usage required; the module patches dbutils objects at import time.
Switch to 'pip install dbutils-stubs' for Databricks Runtime 10+.
Place 'import dbutils_typehint' at the very top of your script, before other imports that use dbutils.
Consider using 'databricks-connect' or the official Databricks SDK for better type support.
Run code only in Databricks environment. For local testing, use 'databricks-connect' or mock dbutils.
Use 'import dbutils_typehint' (not 'from dbutils import ...').
No dependency data recorded yet.