Skip to content
New issue

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

ModuleNotFoundError: No module named 'unitycatalog #3629

Closed
djouallah opened this issue Dec 20, 2024 · 5 comments · Fixed by #3630
Closed

ModuleNotFoundError: No module named 'unitycatalog #3629

djouallah opened this issue Dec 20, 2024 · 5 comments · Fixed by #3630
Labels
bug Something isn't working p1 Important to tackle soon, but preemptable by p0

Comments

@djouallah
Copy link
Contributor

Describe the bug

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

To Reproduce

No response

Expected behavior

No response

Component(s)

Other

Additional context

No response

@djouallah djouallah added bug Something isn't working needs triage labels Dec 20, 2024
@jaychia
Copy link
Contributor

jaychia commented Dec 20, 2024

Should not be! This looks like an unintentional bug.

Let me take a look

@jaychia
Copy link
Contributor

jaychia commented Dec 20, 2024

Could you show the full stacktrace? I see that it might be coming from df.write_deltalake from this change: dd2dc23

@desmondcheongzx desmondcheongzx added p1 Important to tackle soon, but preemptable by p0 and removed needs triage labels Dec 20, 2024
@jaychia
Copy link
Contributor

jaychia commented Dec 20, 2024

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.

kevinzwang pushed a commit that referenced this issue Dec 20, 2024
Closes: #3629

---------

Co-authored-by: Jay Chia <[email protected]@users.noreply.github.com>
@kevinzwang
Copy link
Member

Hi @djouallah we just merged in a PR that should fix your dependency issue! We'll be releasing v0.4.1 today with those fixes in. If you still encounter this issue feel free to reopen this PR. Thank you for reporting it and happy holidays!

@djouallah
Copy link
Contributor Author

cheers, it fixed the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working p1 Important to tackle soon, but preemptable by p0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants