We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pipeline stopped working today with this error ? I don't use unity is this a hard dependency now ?
5 from typing import Callable 6 from urllib.parse import urlparse 8 import unitycatalog 10 from daft.io import AzureConfig, IOConfig, S3Config 13 @dataclasses.dataclass(frozen=True) 14 class UnityCatalogTable:
ModuleNotFoundError: No module named 'unitycatalog
No response
Other
The text was updated successfully, but these errors were encountered:
Should not be! This looks like an unintentional bug.
Let me take a look
Sorry, something went wrong.
Could you show the full stacktrace? I see that it might be coming from df.write_deltalake from this change: dd2dc23
df.write_deltalake
I think we likely will want to cut a release if #3630 fixes the issue. I'll let @kevinzwang and @raunakab handle it from here.
Successfully merging a pull request may close this issue.
Describe the bug
pipeline stopped working today with this error ? I don't use unity is this a hard dependency now ?
ModuleNotFoundError: No module named 'unitycatalog
To Reproduce
No response
Expected behavior
No response
Component(s)
Other
Additional context
No response
The text was updated successfully, but these errors were encountered: