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

Open
djouallah opened this issue Dec 20, 2024 · 3 comments · May be fixed by #3630
Open

ModuleNotFoundError: No module named 'unitycatalog #3629

djouallah opened this issue Dec 20, 2024 · 3 comments · May be 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

@jaychia jaychia linked a pull request Dec 20, 2024 that will close this issue
@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.

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.

3 participants