if dbutils.widgets.get("test_library_ref") != "": %pip install '{dbutils.widgets.get("test_library_ref")}' # MAGIC Data profiling is typically performed as a one-time ...
. ├── .env # Your credentials (DO NOT COMMIT) ├── pyproject.toml # uv dependencies ├── requirements.txt # pip fallback ├── databricks_eda/ │ ├── databricks_query.py # Query client (supports SELECT, ...