Skip to content

Add unitycatalog to base requirements for 2026-04 UC Volumes blog#88

Merged
matthewmoorcroft merged 1 commit into
databricks-solutions:mainfrom
dipankarkush-db:fix/unitycatalog-base-req
May 14, 2026
Merged

Add unitycatalog to base requirements for 2026-04 UC Volumes blog#88
matthewmoorcroft merged 1 commit into
databricks-solutions:mainfrom
dipankarkush-db:fix/unitycatalog-base-req

Conversation

@dipankarkush-db
Copy link
Copy Markdown
Contributor

Summary

Test plan

  • pip install -r requirements/daft.txt resolves unitycatalog from PyPI
  • python query_engines/daft_download.py no longer raises ModuleNotFoundError: No module named 'unitycatalog'

This pull request and its description were written by Isaac.

Daft's `from daft.unity_catalog import UnityCatalog` transitively imports
the `unitycatalog` package, which is not pulled in by `daft`/`getdaft`.
Without it, users following the blog hit `ModuleNotFoundError: No module
named 'unitycatalog'` on the first download step. Mirrors the fix in
upstream PR databricks-solutions#83.

Co-authored-by: Isaac
Copy link
Copy Markdown
Member

@matthewmoorcroft matthewmoorcroft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved changes

@matthewmoorcroft matthewmoorcroft merged commit 6ca3e33 into databricks-solutions:main May 14, 2026
@dipankarkush-db dipankarkush-db deleted the fix/unitycatalog-base-req branch May 14, 2026 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants