Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Authenticates to Databricks using OAuth U2M (via the Databricks SDK), then downl
├── processing/ # Downstream ML inference
│ └── huggingface_inference.py
├── requirements/ # Split by engine/use case
│ ├── base.txt # databricks-sdk, python-dotenv
│ ├── base.txt # databricks-sdk, python-dotenv, unitycatalog
│ ├── daft.txt
│ ├── duckdb.txt
│ ├── ray.txt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
# vending API (w.temporary_volume_credentials.generate_temporary_volume_credentials).
databricks-sdk>=0.108.0
python-dotenv
unitycatalog